{% extends "meeting-base.html" %} {% load staticfiles %} {% block headtitle %}By Session Type | Programme{% endblock %} {% block content %}
BY SESSION TYPE
{% for type in session_types %}
{{ type }}
{% endfor %}
{% endblock %}