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

{{ page_obj.paginator.count }} {% translate "Sent emails" %}

{% include "common/includes/search_form.html" %} {% if sending_ids %}
{% endif %} {% render_table table %} {% endblock mail_content %}