{% extends "orga/cfp/base.html" %} {% load bootstrap4 %} {% load compress %} {% load i18n %} {% load static %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %} {% 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.present_multiple_times 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 "Maximum length" %}
{% trans "Title" %} {% bootstrap_field sform.cfp_title_min_length use_label=False layout='inline' %} {% bootstrap_field sform.cfp_title_max_length use_label=False layout='inline' %}
{% 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 "Profile picture" %} {% bootstrap_field sform.cfp_request_avatar use_label=False layout='event-inline' %} {% bootstrap_field sform.cfp_require_avatar use_label=False layout='event-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" %} {% 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 "Duration" %} {% bootstrap_field sform.cfp_request_duration use_label=False layout='event-inline' %} {% bootstrap_field sform.cfp_require_duration use_label=False layout='event-inline' %}
{% bootstrap_field sform.cfp_count_length_in layout='event' %}
{% include "orga/submit_row.html" %}
{% endblock %}