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

{{ page_obj.paginator.count }} {% blocktranslate trimmed count count=page_obj.paginator.count %} pending mail {% plural %} pending mails {% endblocktranslate %}

{% include "common/includes/search_form.html" with omit_wrapper=True %}
{% if page_obj.has_other_pages %} {% translate "Send all on this page" %} {% endif %} {% translate "Send all" %} {% translate "Discard all" %}
{% if is_filtered %}
{% translate "The current filters will be used when sending/discarding emails." %}
{% endif %}
{% render_table table %} {% endblock mail_content %}