{% 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 %}
{% 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." %} |