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

{% trans "Inbox" %}

{% include "emailhub/emailmessage_list.inc.html" %} {% include "emailhub/pagination.inc.html" %}
{% endblock %}