{% extends "office/member/base.html" %} {% load i18n %} {% block title %}{{ block.super }} :: {% trans "Mail history" %}{% endblock %} {% block member_content %} {% trans "Compose new message …" %} {% include "office/mails/sent_mails_part.html" with mails=member.emails.all %} {% include "office/pagination.html" %} {% endblock %}