{% extends "cfp/event/submission_base.html" %} {% load bootstrap4 %} {% load i18n %} {% load rich_text %} {% block inner %} {% if request.GET.draft == '1' %}

{% translate "Sign in or register to save your draft" %}

{% else %}

{{ title }}

{% endif %}

{% if request.GET.draft == '1' %} {% blocktranslate trimmed %} Organisers will not be able to see your draft or your email address. They will be able to send you reminders about your pending proposal draft closer to the deadline. {% endblocktranslate %} {% else %} {{ text|rich_text }} {% endif %}

{% include "common/auth.html" with form=form no_form=True no_buttons=True %} {% endblock %}