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

{% blocktrans with correspondent=correspondent.profile %}Conversation with {{ correspondent }}{% endblocktrans %}

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