{% load commonmark %}
{{ speakerproposal.name }}
{{ speakerproposal.biography|untrustedcommonmark }} {% if camp.call_for_participation_open and not camp.read_only and request.resolver_match.app_name == "program" %} Modify {% endif %}
URLs for {{ speakerproposal.name }}
{% if speakerproposal.urls.exists %} {% include 'includes/speakerproposalurl_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 %}
Events for {{ speakerproposal.name }}
{% if speakerproposal.eventproposals.exists %} {% include 'includes/event_proposal_table.html' with eventproposals=speakerproposal.eventproposals.all %} {% else %} Nothing found. {% endif %} {% if camp.call_for_participation_open and not camp.read_only and request.resolver_match.app_name == "program" %} Add New Event {% endif %}