{% extends "layout.html" %} {% block body %}
{{ image_name }} ({{id+1}}/{{count}})
{% for label in labels %}
{% if label.type == "checkbox" %} {% endif %} {% if label.type == "text" %} {% endif %} {% if label.type == "number" %} {% endif %} {% if label.type == "range" %} {{label.value}} {% endif %} {% if label.type == "select" %} {% endif %}
{% endfor %}
{% endblock %}