{% if schema['items'].type == 'text' and 'choices' in schema['items'] %}
{% if data is none %}
{% set data = [] %}
{% endif %}
{% include "objects/view/any.html" %}
{% for item in data %}
{% endfor %}
{% else %}
{% include "objects/inline_edit/inline_edit_list_array.html" %}
{% endif %}