{% extends "meeting-base.html" %} {% block headtitle %}By Location | Programme{% endblock %} {% load staticfiles %} {% block content %}
BY LOCATION
{% for location in session_locations %}
{{ location }}
{% endfor %}
{% endblock %}