{% 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 "Add a new question" %} {% trans "Speaker questions" %} {% for question in speaker_questions %} {% empty %} {% endfor %}
Question required active
{{ question.question }}
{% trans "You haven't configured any questions yet." %} {% trans "Add a question now!" %}
{% trans "Submission questions" %} {% for question in submission_questions %} {% empty %} {% endfor %}
Question required active
{{ question.question }}
{% trans "You have configured no questions yet." %} {% trans "Add a question now!" %}
{% endblock %}