{% extends "orga/generic/list.html" %} {% load i18n %} {% load static %} {% block stylesheets %} {% endblock stylesheets %} {% block scripts %} {% 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 %}
{{ block.super }} {% endblock list_content %}