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