{% extends "orga/cfp/base.html" %} {% load i18n %} {% block cfp_content %}
{% blocktranslate trimmed %} Questions can help you sort out additional details with speakers, such as clothing sizes, special requirements such as dietary needs, or accommodation. Questions can be asked either on a per-proposal level, or per speaker, as you see fit. {% endblocktranslate %}
{% if questions %} {% translate "Send out reminders for unanswered questions" %} {% endif %} {% translate "Add a new question" %}
{% for question in questions %} {% empty %} {% endfor %}
{% translate "Question" %} {% translate "Target" %} {% translate "required" %} {% translate "active" %}
{{ question.question }} {{ question.get_target_display }} {% if question.question_required == "require after" or question.freeze_after%} {% endif %} {% if not forloop.last %} {% endif %} {% if not forloop.first %} {% endif %}
{% translate "You have configured no questions yet." %} {% translate "Add a question now!" %}
{% endblock %}