{% extends 'base.html' %} {% load crispy_forms_tags %} {% load ponyconf_tags i18n %} {% block proposetab %} class="active"{% endblock %} {% block content %}
{% if co_speaker_candidates %}
{% trans "You may want to add one of the following speakers:" %} {% for spkr in co_speaker_candidates %} {% if forloop.first %}{% endif %} {% endfor %}
{% endif %}
{% csrf_token %} {{ speaker_form|crispy }} {% if notify_form %}{{ notify_form|crispy }}{% endif %}
{% endblock %}