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

{% translate "Questions" %}

{% 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" %} {% translate "Answers" %}
{{ question.question }} {{ question.get_target_display }} {% if question.question_required == "require after" or question.freeze_after %} {% endif %} {{ question.answer_count }}
{% translate "You have configured no questions yet." %}
{% endblock content %}