{% if schema['items'].type == 'text' and 'choices' in schema['items'] %} {% if data is none %} {% set data = [] %} {% endif %}
{% if schema.title %}{{ schema.title | get_translated_text }}{% if 'tooltip' in schema %} {% endif %}{% endif %}
{% set is_required = True %}
{% if 'note' in schema['items'] %}{{ _('Note:') }} {{ schema['items']['note'] | get_translated_text }}{% endif %} {% if 'note' in schema %}{{ _('Note:') }} {{ schema['note'] | get_translated_text }}{% endif %} {% block property_errors %} {% endblock %}
{% else %} {% include "objects/forms/form_list_array.html" %} {% endif %}