{# Label #} {% include "objects/property_label.html" %} {# View #}
{% if data is not none and "value" in data and not (data.value is none) %} {% if data.value %} {% else %} {% endif %} {% else %} — {% endif %}
{{ _('Your input is not valid. Please check.') }}
{# Form #}
{% if id_prefix+'_hidden' in errors %} {{ _('Error:') }} {{ errors[id_prefix+'_hidden'] }}{% endif %} {% if 'note' in schema %} {{ _('Note:') }} {{ schema['note'] | get_translated_text }}{% endif %}