{% load django_power_cms_tags %} {% for link in bottom_left_links %} {% if link.icon %}{% endif %}{% autoescape off %}{{link.title}}{% endautoescape %} {% endfor %} {% for link in bottom_right_links %} {% if link.icon %}{% endif %}{% autoescape off %}{{link.title}}{% endautoescape %} {% endfor %}