{% extends "cfp/event/base.html" %} {% load bootstrap4 %} {% load formset_tags %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Your submission" %} :: {% endblock %} {% block content %}
{% trans "Current state of your submission:" %} {% include "cfp/event/fragment_state.html" with state=submission.state %} {% if submission.state == 'accepted' %} {% trans "Confirm your attendance" %} {% endif %}
{% blocktrans trimmed %} You can withdraw your submission from the selection process here. You cannot undo this - if you are just uncertain if you can or should hold your talk, please contact the organiser instead. {% endblocktrans %}
{% elif submission.state == "accepted" or submission.state == "confirmed" %}{% blocktrans trimmed %} As your submission 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. {% endblocktrans %}
{% endif %}