{% import 'macros.html' as macros %}
{{ macros.standard_label(field) }}
{% if field.error %}

{{ field.error }}

{% elif field.submitted %}

Due to the way your browser handles file uploads, you will need to select your file again.

{% endif %} {{ macros.standard_help_text(field) }}