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

{{ title }}

{{ text|rich_text }}

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