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

{% translate "Email template" %}: {% translate "Draft proposal reminder" %}

{% csrf_token %} {% include "orga/includes/submit_row.html" %}
{% endblock mail_content %}