{% load i18n window_field %} {% for json_section, json_fields in item.json_sections %}

{% if json_section %}{{json_section}}{% else %}{% trans "Data" %}{% endif %}

{% for label, value in json_fields %} {% if forloop.first %}
{% endif %} {% field_flex label value %} {% if forloop.last %}
{% endif %} {% empty %} {% trans "No data" %} {% endfor %} {% endfor %}