{% extends "orga/base.html" %} {% load compress %} {% load i18n %} {% load static %} {% block stylesheets %} {% compress css %} {% endcompress %} {% endblock stylesheets %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock scripts %} {% block extra_title %}{% translate "Call for Proposals" %} :: {% endblock extra_title %} {% block content %}

{% translate "Call for Proposals" %}

{% translate "A good Call for Participation 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 %} {% include "orga/includes/tablist.html" %}
{{ form.headline.as_field_group }} {{ form.text.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 }} {{ sform.use_tracks.as_field_group }} {{ sform.present_multiple_times.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 %}