{% extends "orga/cfp/base.html" %} {% load i18n %} {% block cfp_content %}
{% blocktrans trimmed %} Questions can help you sort out additional details with speakers, such as clothing sizes, special requirements such as dietary needs, or accomodation. Questions can be asked either on a per-submission level, or per speaker, as you see fit. {% endblocktrans %}
{% trans "Send out reminders for unanswered questions" %} {% trans "Add a new question" %}
{% trans "Speaker questions" %} {% with questions=speaker_questions type='speaker' %} {% include 'orga/cfp/question_table.html' %} {% endwith %} {% trans "Submission questions" %} {% with questions=submission_questions type='submission' %} {% include 'orga/cfp/question_table.html' %} {% endwith %} {% trans "Reviewer questions" %} {% with questions=reviewer_questions type='reviewer' %} {% include 'orga/cfp/question_table.html' %} {% endwith %} {% endblock %}