{% extends 'program_base.html' %} {% block title %} Proposals | {{ block.super }} {% endblock %} {% block program_content %} {% if camp.call_for_participation_open %} {% include 'includes/event_proposal_type_select.html' %} {% else %}
Note! This Call for Participation is not open. You can not submit or change proposals.
{% endif %} {% if speaker_proposal_list or event_proposal_list %}

Existing Proposals

People

{% if speaker_proposal_list %} {% include 'includes/speaker_proposal_table.html' with speaker_proposals=speaker_proposal_list %} {% else %} Nothing found. {% endif %}


Events

{% if event_proposal_list %} {% include 'includes/event_proposal_table.html' with event_proposals=event_proposal_list %} {% else %} Nothing found. {% endif %}
{% endif %} {% endblock %}