{% load material_form material_form_internal i18n %} {% part bound_field.field %}
{% part field prefix %}{% trans 'File' %}{% endpart %}
{% part field suffix %}{% endpart %}{% part field control %}
{% endpart %} {% part field help_text %} {% if field.help_text %}
{{ bound_field.help_text|safe }}
{% endif %} {% endpart %}{% part field errors %} {% if bound_field.errors %} {% include 'material/field_errors.html' %} {% endif %}{% endpart %}{{ hidden_initial }}
{% endpart %}