{% extends "orga/cfp/base.html" %} {% load i18n %} {% load bootstrap4 %} {% block cfp_content %}
{% trans "A good Call for Participation will engage potential speakers. Remember to include:" %}
{% csrf_token %} {% trans "Text and deadline" %} {% bootstrap_form form layout='event' %} {% bootstrap_form sform layout='event' %}
{% if action == "edit" %} {% elif action == "view" %} {% trans "Edit" %} {% endif %}
{% include "common/logs.html" with obj=form.instance %}
{% endblock %}