{% extends "dictionary/base.html" %} {% load filters humanize i18n %} {% block title %}{% blocktrans with username=object.target context "titleblock" %}@{{ username }} - conversation archive{% endblocktrans %}{% endblock %} {% block content %}
{{ message.body|formatted|linebreaksbr }}