{% extends 'program_base.html' %} {% block title %} Speakers and hosts at {{ camp.title }} | {{ block.super }} {% endblock %} {% block program_content %} {% if speaker_list %}

An alphabetical list of all speakers, workshop hosts and other event anchors at {{ camp.title }}.


{% for speaker in speaker_list %} {{ speaker.name }} {% for event in speaker.events.all %} {% endfor %} {% endfor %}
{% else %}

No speakers found for {{ camp.title }}

{% endif %} {% endblock program_content %}