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