{% set container_style = schema.get('style') %}
{% include "objects/table_property_label.html" %} | {% endwith %} {% if data is not none %} {% for item in data %}{% 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" %} | {% endfor %} {% endif %}
---|
{{ _('Unsupported item type for horizontal_table style.') }}
{% endif %}