{# Label #} {% include "objects/property_label.html" %} {# View #}
{% include "objects/view/file_value.html" %}
{{ _('Your input is not valid. Please check.') }}
{# Form #}
{% include "objects/forms/form_file_field.html" %} {% if id_prefix+'_file_id' in errors %} {{ _('Error:') }} {{ errors[id_prefix+'_file_id'] }} {% endif %} {% if 'note' in schema %} {{ _('Note:') }} {{ schema['note'] | get_translated_text }} {% endif %}