{% extends 'program_base.html' %} {% block program_content %} {% if not camp.call_for_participation_open %}
Note! This Call for Particilation is not open.
{% endif %}

Details for {{ speakerproposal.name }}

{% include 'includes/speakerproposal_detail.html' %}

Back to List {% if camp.call_for_participation_open and not camp.read_only %} {% if not speakerproposal.eventproposals.all %} Delete Person {% endif %} {% endif %}

{% endblock program_content %}