{% set container_style = schema.get('style') %}
{% include "objects/table_property_label.html" %} | {% endfor %}
---|
{% set schema = schema.properties[property_name] %} {% set property_path = property_path + (entry_index, property_name) %} {% set id_prefix = id_prefix_for_property_path(property_path, id_prefix_root) %} {% if diff is not none and previous_schema is not none and property_name in diff %} {% set diff = diff[property_name] %} {% if 'properties' in previous_schema and property_name in previous_schema['properties'] %} {% set previous_schema = previous_schema['properties'][property_name] %} {% else %} {% set previous_schema = none %} {% endif %} {% else %} {% set diff = none %} {% set previous_schema = none %} {% endif %} {% if data is not none and property_name in data %} {% set data = data[property_name] %} {% else %} {% set data = none %} {% endif %} {% include "objects/view/any.html" %} | {% endfor %}
{% endfor %} |
{{ _('Field %(index)s', index=i + 1) }} | {% endfor %}
---|
{% set schema = schema["items"]["items"] %} {% set property_path = property_path + (entry_index, loop.index0) %} {% set id_prefix = id_prefix_for_property_path(property_path, id_prefix_root) %} {% set data = field %} {% if diff is not none and previous_schema is not none and not (diff is mapping) and diff | length > loop.index0 %} {% set diff = diff[loop.index0] %} {% if 'items' in previous_schema %} {% set previous_schema = previous_schema['items'] %} {% else %} {% set previous_schema = none %} {% endif %} {% else %} {% set diff = none %} {% set previous_schema = none %} {% endif %} {% include "objects/view/any.html" %} | {% endfor %}
{{ _('Field %(index)s', index=i + 1) }} | {% endfor %}
_('Note:') {{ data.export_edit_note }}
{% endif %}