{% 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 %}
{% with questions=speaker_questions type='speaker' %}
{% include 'orga/cfp/question_table.html' %}
{% endwith %}
{% with questions=submission_questions type='submission' %}
{% include 'orga/cfp/question_table.html' %}
{% endwith %}
{% with questions=reviewer_questions type='reviewer' %}
{% include 'orga/cfp/question_table.html' %}
{% endwith %}
{% endblock %}