{% set container_style = schema.get('style') %}
{% include "objects/property_label.html" %}
{% if schema["items"]["type"] == 'object' %} {% for property_name in get_property_names_in_order(schema["items"]) %} {% with %} {% set schema = schema["items"].properties[property_name] %} {% set property_path = property_path + ('?', property_name) %} {% endwith %} {% if data is not none %} {% for item in data %} {% endfor %} {% endif %} {% endfor %}
{% include "objects/table_property_label.html" %} {% set schema = schema['items'].properties[property_name] %} {% if property_name in item %} {% set data = item[property_name] %} {% else %} {% set data = none %} {% endif %} {% set entry_index = loop.index0 %} {% set property_path = property_path + (entry_index, property_name) %} {% include "objects/view/any.html" %}
{% else %}

{{ _('Unsupported item type for horizontal_table style.') }}

{% endif %}