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

Details for {{ eventproposal.title }}

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

Back to List {% if camp.call_for_participation_open and not camp.read_only %} Delete {% endif %}

{% endblock program_content %}