{% extends "cfp/event/submission_base.html" %} {% load bootstrap4 %} {% load compress %} {% load i18n %} {% load orga_edit_link %} {% load rich_text %} {% load rules %} {% load static %} {% block inner %}
{{ text|rich_text }}
{% bootstrap_form_errors form %} {% if form.avatar or form.get_gravatar %} {% include "common/avatar.html" with user=user form=form %} {% endif %} {% bootstrap_field form.name layout='event' %} {% if form.biography %}{% bootstrap_field form.biography layout='event' %}{% endif %} {% if form.availabilities %} {% compress js %} {% endcompress %} {% include "common/availabilities.html" %} {% bootstrap_field form.availabilities layout='event' %} {% endif %} {% compress js %} {% endcompress %} {% endblock %}