{% load colour_tags %} {% if categories %}
  • {% if news_categories %} All News {% endif %} {% if events_categories %} Events by Month {% endif %} {% if vacancies_categories %} All Vacancies {% endif %} {% if documents_categories %} All Documents {% endif %}
  • {% for category in categories %}
  • {{ category.title }}
  • {% endfor %} {% else %} No categories {% endif %} {% if events_locations %}

    By Location


    {% for location in locations %}
  • {{ location.title }}
  • {% endfor %} {% endif %}