{% extends 'base.html' %} {% load i18n %} {% block inboxtab %} class="active"{% endblock %} {% block content %}

{% trans "Messaging" %}

{% trans "You can use this page to communicate with the staff." %}

{% for message in message_list %} {% include 'conversations/_message_detail.html' %} {% endfor %} {% include 'conversations/_message_form.html' %} {% endblock %}