{# -*- engine:django -*- #} {% for item in FOOTER_MENU.items.all %} {% if item.icon %} {{ item.icon }} {% endif %} {{ item.name }} {% endfor %}