{% 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' %}
{{ field.name.replace('_', ' ') }}
{% if field.is_optional %}
{% endif %}
+
{% else %}
{{ field.name.replace('_', ' ') }}
{% if field.is_optional %}
{% endif %}
{% endif %} {% elif field.type == 'checkbox' %}
{{ field.name.replace('_', ' ') }}
{% elif field.type == 'select' %}
{{ field.name.replace('_', ' ') }}
{% if field.is_optional %}
{% endif %}
{% for option in field.options %}
{{ option }}
{% endfor %}
{% elif field.type == 'color' %}
{{ field.name.replace('_', ' ') }}
{% if field.is_optional %}
{% endif %}
{% elif field.type == 'file' %}
{{ field.name.replace('_', ' ') }}
{% if field.is_optional %}
{% endif %}
{% else %}
{{ field.name.replace('_', ' ') }}
{% if field.is_optional %}
{% endif %}
{% endif %} {% endfor %}
Submit