{% extends "cfp/event/base.html" %} {% load i18n %} {% load bootstrap4 %} {% block title %}{% trans "Your submission" %} :: {{ request.event }}{% endblock %} {% block content %}

{% trans "Your submission:" %} {{ submission.title }}

{% trans "Current state of your submission:" %} {% include "cfp/event/fragment_state.html" with state=submission.state %}

{% blocktrans trimmed %} Invite another speaker to your submission here. Instead of letting us send an email, you can also give them this link: {% endblocktrans %}
{{ invite_url }}
{% csrf_token %} {% bootstrap_form form layout='horizontal' %}
{% endblock %}