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

{% translate "Regenerate notification emails" %}

{% blocktranslate trimmed with count=count %} Do you really want to regenerate {{ count }} acceptance and rejection emails? They will be placed in the outbox and not sent out directly. {% endblocktranslate %} {{ question }}
{% csrf_token %}
{% translate "Back" %}
{% endblock %}