{% extends 'program_base.html' %} {% load commonmark %} {% load program %} {% block program_content %} {% if not camp.call_for_participation_open %}
Note! This Call for Participation is not open.
{% endif %}
{{ speaker_proposal.title }} Proposal: {{ speaker_proposal.name }}
{{ speaker_proposal.biography|untrustedcommonmark }} {% if camp.call_for_participation_open and not camp.read_only and request.resolver_match.app_name == "program" %} Update Abstract
{% endif %}

Availability for {{ speaker_proposal.name }}

{% availabilitytable matrix=matrix %} {% if camp.call_for_participation_open and not camp.read_only and request.resolver_match.app_name == "program" %} Update Availability
{% endif %}

URLs for {{ speaker_proposal.name }}

{% if speaker_proposal.urls.exists %} {% include 'includes/speaker_proposal_url_table.html' %} {% else %} Nothing found. {% endif %} {% if camp.call_for_participation_open and not camp.read_only and request.resolver_match.app_name == "program" %} Add URL
{% endif %}

EventProposals for {{ speaker_proposal.name }}

{% if speaker_proposal.event_proposals.exists %} {% include 'includes/event_proposal_table.html' with event_proposals=speaker_proposal.event_proposals.all %} {% else %} Nothing found. {% endif %} {% if camp.call_for_participation_open %} Add New EventProposal
{% endif %}

Event Conflicts for {{ speaker_proposal.name }}

{% if speaker_proposal.event_conflicts.exists %} {% include 'includes/event_list_table.html' with event_list=speaker_proposal.event_conflicts.all nodatatable=True nopeople=True noactions=True noschedule=True %} Update Conflicts {% else %} Nothing found. {% endif %}

Back to List {% if camp.call_for_participation_open %} {% if not speaker_proposal.event_proposals.all %} Delete Person {% endif %} {% endif %}

{% endblock program_content %}