{% extends "cfp/event/submission_base.html" %} {% load bootstrap4 %} {% load i18n %} {% block inner %}

{% trans "That's it about your submission! We now just need a way to contact you." %}

{% blocktrans trimmed %} To create your submission, you need an account on this page. This not only gives us a way to contact you, it also gives you the possibility to edit your submission or to view its current state. {% endblocktrans %}

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