{% for e in events %} {% if forloop.first %} SELECT AN EVENT:

{% endif %}
  • {{ e.title }}
  • {% empty %} There are no UnConference Events! Create one in the admin. {% endfor %}