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

{{json_section}}

{% endif %} {% for label, value in json_fields %} {% if forloop.first %}{% endif %} {% endfor %} {% endfor %}