{% for link in links %}
  • {% if link.link_type.symbol %} {{ link.link_type.symbol|safe }} {% else %} {% endif %}  {{ link.name }}
  • {% endfor %}