{% extends "orga/cfp/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block cfp_content %}

{% trans "Send out reminders" %}

{% blocktrans trimmed %} Reminders will be sent out for missing mandatory answers only. You can make a question mandatory now if you want a reminder to be sent out. You will be able to review emails before they are sent out. {% endblocktrans %}
{% csrf_token %} {% bootstrap_form filter_form layout='inline' %}
{% endblock %}