{# Label #} {% block property_label %} {% include "objects/property_label.html" %} {% endblock %} {# View #}
{% block property_value %} {% endblock %} {% block property_edit_helper %} {% endblock %}
{{ _('Your input is not valid. Please check.') }}
{# Form #}
{% block property_field %} {% endblock %} {% if 'note' in schema %} {{ _('Note:') }} {{ schema['note'] | get_translated_text }} {% endif %}
{% block property_other %} {% endblock %}