{% if has_auth %} {% endif %}
{% if show_back_button %} {% endif %}

Uploading...

0%

{{ title }}

{% if description %}

{{ description }}

{% endif %}
{% for field in fields %} {% if field.is_list %} {% if field.type == 'file' %}
{% if field.is_optional %}
{% endif %}
{% else %}
{% if field.is_optional %}
{% endif %}
{% endif %} {% elif field.type == 'checkbox' %}
{% elif field.type == 'select' %}
{% if field.is_optional %}
{% endif %}
{% elif field.type == 'color' %}
{% if field.is_optional %}
{% endif %}
{% elif field.type == 'file' %}
{% if field.is_optional %}
{% endif %}
{% else %}
{% if field.is_optional %}
{% endif %}
{% endif %} {% endfor %}