{% 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 %}
{% block property_errors %} {% endblock %}
{% else %} {% include "objects/forms/form_list_array.html" %} {% endif %}