{% extends "office/mails/base.html" %} {% load i18n %} {% load bootstrap4 %} {% load static %} {% block title %}{% trans "Outbox" %} :: {{ block.super }}{% endblock %} {% block mail_content %} {% if mails %}
{% csrf_token %}
{% csrf_token %}
{% endif %} {% for mail in mails %} {% endfor %}
{% trans "Subject" %} {% trans "To" %}
{{ mail.subject }} {{ mail.to }} {% trans "Send" %} {% trans "Discard" %}
{% include "office/pagination.html" %} {% endblock %}