{% extends "speakers/base.html" %} {% load boxes_tags %} {% block content %} {% if accepting_proposals %}
{% box "talk-proposals" %}
You will be able to come back and revise your submission until the deadline. Remember that speakers must register and pay to attend the conference.
{% else %}Talk submissions are now closed and the schedule has been announced.
{% endif %}Title | Session type | Audience level | Status | Messages | Actions | |
---|---|---|---|---|---|---|
{{ proposal.title }} | {{ proposal.kind.name }} | {{ proposal.get_audience_level_display }} | {% if proposal.cancelled %}Cancelled{% else %}{% if request.user == proposal.speaker.user %}{% if proposal.result.accepted %}Accepted{% else %}Submitted{% endif %}{% else %}Associated{% endif %}{% endif %} | {{ proposal.messages.all.count }} | {#{% if not proposal.cancelled %}{% if request.user == proposal.speaker.user %}Edit{% endif %}{% if request.user == proposal.speaker.user %} | Cancel{% else %}Leave{% endif %}{% endif %} | #}{% if not proposal.cancelled %}{% if request.user == proposal.speaker.user and proposal.can_edit %}Edit | Add/Remove Speakers{% endif %}{% endif %} |
No proposals. You can submit one now!
{% endif %} {% endblock %}