{% extends "orga/mails/base.html" %} {% load i18n %} {% block mail_content %}

{% translate "Send reminder to unsubmitted proposal drafts" %}

{% blocktranslate trimmed %} These emails will be sent out immediately! They will not be saved to the outbox or logged first, to protect the privacy of the draft authors. {% endblocktranslate %}
{% include "orga/includes/base_form.html" with submit_label=phrases.base.send %} {% endblock mail_content %}