{% extends "cfp/event/base.html" %} {% load compress %} {% load event_tags %} {% load filesize %} {% load formset_tags %} {% load i18n %} {% load rules %} {% load static %} {% block title %}{{ submission.title }} :: {% endblock title %} {% block cfp_header %} {% include "cfp/includes/forms_header.html" %} {% compress js %} {% endcompress %} {% endblock cfp_header %} {% block content %} {% has_perm "submission.add_speaker_submission" request.user submission as can_invite_speakers %} {% include "cfp/includes/user_submission_header.html" %}
{% if submission.state == "accepted" %} {% translate "Confirm your attendance" %} {% elif submission.state == "confirmed" and request.event|get_feature_flag:"use_feedback" %} {% if submission.does_accept_feedback %} {% translate "Audience feedback" %} {% else %} {% translate "Attendees can leave feedback here after your session has taken place." %} {% endif %} {% endif %}
{% blocktranslate trimmed %} If you need a review from a colleague or a friend here’s a link that you can send out for viewing your proposal: {% endblocktranslate %} {{ submission.urls.review.full }}
{% endif %} {% if submission.state == "submitted" or submission.state == "accepted" %}{% blocktranslate trimmed %} You can withdraw your proposal from the selection process here. You cannot undo this - if you are just uncertain if you can or should hold your session, please contact the organiser instead. {% endblocktranslate %}
{% elif submission.state == "draft" %}{% blocktranslate trimmed %} You can discard your draft proposal here. You cannot undo this - if you are just uncertain if you can or should submit your proposal, please contact the organiser instead. {% endblocktranslate %}
{% elif submission.state == "confirmed" %}{% blocktranslate trimmed %} As your proposal has been accepted already, please contact the event’s organising team to cancel it. The best way to reach out would be an answer to your acceptance mail. {% endblocktranslate %}
{% endif %} {% endblock content %}