{% with messages = get_flashed_messages(category_filter=["error"]) %} {% if messages %} {% for message in messages %}
{{message}}
{% endfor %} {% endif %} {% endwith %}
0 -%} accept=" {%- for allow in available_types()[filetype]['allowed'] -%} {%- if available_types()[filetype]['disallowed'] -%} {%- if allow not in available_types()[filetype]['disallowed'][fileformat | splitpart(0, '_')] -%} {{'.' + allow.lower()}}, {%- endif -%} {%- else -%} {{'.' + allow.lower()}}, {%- endif -%} {%- endfor -%} " {%- endif -%} multiple>
{% if options != "{}" %}
{% endif %}

{% trans %}Make sure you have uploaded valid files otherwise conversion will not be correct{% endtrans %}