{% extends 'base.html' %} {% load bootstrap3 %} {% block content %}

Create New EventSession - Select Event Location

Select Event Location for the new EventSession

{% for location in event_location_list %}

{{ location.name }}

Create EventSession for {{ location.name }}

{% endfor %}
{% endblock content %}