{% extends "orga/cfp/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block cfp_content %}
{% trans "A good Call for Participation will engage potential speakers. Remember to include:" %}
{% csrf_token %} {% bootstrap_form_errors form %} {% bootstrap_form_errors sform %}
{% trans "Text and deadline" %} {% bootstrap_field form.headline layout='event' %} {% bootstrap_field form.text layout='event' %} {% bootstrap_field form.deadline layout='event' %} {% bootstrap_field sform.cfp_show_deadline layout='event' %} {% bootstrap_field sform.use_tracks layout='event' %} {% bootstrap_field sform.mail_on_new_submission layout='event' %}
{% trans "Submission information" %}
{% trans "Select which information should be requested and/or required during CfP submission." %} {% trans "Click here to view the submission form." %}
{% if request.event.settings.use_tracks %} {% endif %}
{% trans "Request" %} {% trans "Require" %} {% trans "Minimum length" %}
({% trans "characters" %})
{% trans "Maximum length" %}
({% trans "characters" %})
{% trans "Abstract" %} {% bootstrap_field sform.cfp_request_abstract use_label=False layout='event-inline' %} {% bootstrap_field sform.cfp_require_abstract use_label=False layout='event-inline' %} {% bootstrap_field sform.cfp_abstract_min_length use_label=False layout='inline' %} {% bootstrap_field sform.cfp_abstract_max_length use_label=False layout='inline' %}
{% trans "Description" %} {% bootstrap_field sform.cfp_request_description use_label=False layout='event-inline' %} {% bootstrap_field sform.cfp_require_description use_label=False layout='event-inline' %} {% bootstrap_field sform.cfp_description_min_length use_label=False layout='inline' %} {% bootstrap_field sform.cfp_description_max_length use_label=False layout='inline' %}
{% trans "Track" %} {% bootstrap_field sform.cfp_request_track use_label=False layout='event-inline' %} {% bootstrap_field sform.cfp_require_track use_label=False layout='event-inline' %}
{% trans "Biography" %} {% bootstrap_field sform.cfp_request_biography use_label=False layout='event-inline' %} {% bootstrap_field sform.cfp_require_biography use_label=False layout='event-inline' %} {% bootstrap_field sform.cfp_biography_min_length use_label=False layout='inline' %} {% bootstrap_field sform.cfp_biography_max_length use_label=False layout='inline' %}
{% trans "Availability" %} {% bootstrap_field sform.cfp_request_availabilities use_label=False layout='event-inline' %} {% bootstrap_field sform.cfp_require_availabilities use_label=False layout='event-inline' %}
{% trans "Notes for the organiser" %} {% bootstrap_field sform.cfp_request_notes use_label=False layout='event-inline' %} {% bootstrap_field sform.cfp_require_notes use_label=False layout='event-inline' %}
{% trans "Recording opt-out" %} {% bootstrap_field sform.cfp_request_do_not_record use_label=False layout='event-inline' %}
{% trans "Talk image" %} {% bootstrap_field sform.cfp_request_image use_label=False layout='event-inline' %} {% bootstrap_field sform.cfp_require_image use_label=False layout='event-inline' %}
{% trans "Review settings" %} {% bootstrap_field sform.review_deadline layout='event' %} {% bootstrap_field sform.allow_override_votes layout='event' %} {% bootstrap_field sform.review_score_mandatory layout='event' %} {% bootstrap_field sform.review_text_mandatory layout='event' %} {% bootstrap_field sform.review_help_text layout='event' %} {% bootstrap_field sform.review_min_score layout='event' %} {% bootstrap_field sform.review_max_score layout='event' %} {% for field in sform %} {% if 'review_score_name_' in field.name %} {% bootstrap_field field layout='event' %} {% endif %} {% endfor %} {% include "orga/submit_row.html" %}
{% endblock %}