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

{% trans "Hey, nice to meet you!" %}

{% trans "We're glad that you want to submit something to our event. We need you to fill out a few details first." %}

{% bootstrap_form wizard.form layout='event' %} {% endblock %}