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

{% translate "Your proposal:" %} {{ submission.title }}

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

{% blocktranslate trimmed %} Invite another speaker to your proposal here. Instead of letting us send an email, (which might get caught by spam filters) you can also give them this link: {% endblocktranslate %}
{{ submission.urls.accept_invitation.full }}
{% csrf_token %} {% bootstrap_form form layout='event' %}
{% endblock %}