{% extends "cfp/event/base.html" %} {% load bootstrap4 %} {% load compress %} {% load formset_tags %} {% load i18n %} {% load rules %} {% load static %} {% block title %}{% translate "Your proposal" %} :: {% endblock %} {% block content %} {% has_perm 'cfp.add_speakers' request.user submission as can_invite_speakers %} {% compress js %} {% endcompress %} {# do not compress #}
{% translate "Current state of your proposal:" %} {% include "cfp/event/fragment_state.html" with state=submission.state %} {% if submission.state == 'accepted' %} {% translate "Confirm your attendance" %} {% elif submission.state == 'confirmed' and request.event.feature_flags.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 }}
{% 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 == "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 %}