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

{% 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 %}
{% bootstrap_form_errors form %} {% bootstrap_field form.subject layout='event' %} {% bootstrap_field form.text layout='event' %} {% include "orga/includes/submit_row.html" with submit_label=phrases.base.send %}
{% endblock %}