{% extends "orga/base.html" %} {% load i18n %} {% block extra_title %}{% translate "Send out reminders" %} :: {% endblock extra_title %} {% block content %}

{% translate "Send out reminders" %}

{% blocktranslate trimmed %} Here you can limit who will receive reminder emails. You will be able to review emails before they are sent out. {% endblocktranslate %}
{% translate "Email template" %}: {% translate "Custom fields reminder" %}

{% include "orga/includes/base_form.html" with submit_label=phrases.base.send %} {% endblock content %}