{% extends "orga/generic/list.html" %} {% load compress %} {% load i18n %} {% load static %} {% block create_button_label %}{% translate "New custom field" %}{% endblock create_button_label %} {% block stylesheets %} {% compress css %} {% endcompress %} {% endblock stylesheets %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock scripts %} {% block page_title %} {{ generic_title }} {% endblock page_title %} {% block title_actions %} {% if question_list %} {% translate "Send out reminders for custom fields without responses" %} {% endif %} {% endblock title_actions %} {% block list_content %}
{% blocktranslate trimmed %} Custom fields can help you sort out additional details with speakers, such as clothing sizes, special requirements such as dietary needs, or accommodation. Custom fields can be configured either on a per-proposal level, or per speaker, as you see fit. {% endblocktranslate %}
{% for question in question_list %} {% empty %} {% endfor %}
{% translate "Custom field" %} {% translate "Target" %} {% translate "required" %} {% translate "active" %} {% translate "Responses" %}
{{ 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 custom fields yet." %}
{% endblock list_content %}