{% extends "cfp/event/submission_base.html" %} {% load bootstrap4 %} {% load i18n %} {% load orga_edit_link %} {% load rules %} {% block inner %}
{% blocktrans trimmed %} We're glad that you want to contribute to our event with your submission. Let's get started, this won't take long. {% endblocktrans %}
{% for field in wizard.form %} {% bootstrap_field field layout='event' %} {% endfor %} {% endblock %}