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