{% for section, field in section.items %} {% if section != "section_name" and section != "template" %} {% if field.value %}
{{field.label}}:
{{ field.value }}
{% endif %} {% endif %} {% endfor %}