{% load icons %} {% for section_name, field_list in field_types.items %}
{{section_name}}
{% for field in field_list %} {% endfor %}
{% endfor %}