{% extends "orga/base.html" %} {% load event_tags %} {% load i18n %} {% load static %} {% block scripts %} {% endblock scripts %} {% block stylesheets %} {% endblock stylesheets %} {% block extra_title %}{% translate "CfP Settings" %} :: {% endblock extra_title %} {% block content %}

{% translate "CfP Settings" %}

{% translate "CfP Editor" %}
{% translate "A good Call for Proposals will engage potential speakers. Remember to include:" %}
  • {% translate "The formats (sessions, workshops, panels) and their durations" %}
  • {% translate "Topics you are looking for" %}
  • {% translate "How open you are to alternative topics" %}
  • {% translate "The people coming to your conference: interests, experience level …" %}
  • {% translate "Link your Code of Conduct and Data Protection statements." %}
  • {% translate "Do you offer financial or other support, e.g. support for first time speakers?" %}
  • {% translate "Dates and location" %}
{% csrf_token %} {% include "common/forms/errors.html" %} {% include "common/forms/errors.html" with form=sform %} {{ form.headline.as_field_group }} {{ form.text.as_field_group }} {{ form.opening.as_field_group }} {{ form.deadline.as_field_group }} {% if different_deadlines %}
{% translate "Some of your session types have different deadlines:" %}
    {% for deadline, session_types in different_deadlines.items %}
  • {% for session_type in session_types %} {{ session_type.name }}{% if not forloop.last %},{% else %}:{% endif %} {% endfor %} {{ deadline }}
  • {% endfor %}
{% endif %} {{ form.show_deadline.as_field_group }} {{ form.count_length_in.as_field_group }} {{ sform.use_tracks.as_field_group }} {{ sform.present_multiple_times.as_field_group }} {{ sform.speakers_can_edit_submissions.as_field_group }} {{ sform.submission_public_review.as_field_group }} {{ sform.mail_on_new_submission.as_field_group }} {% include "orga/includes/submit_row.html" %}
{% endblock content %}