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

{% blocktrans trimmed with username=object.target %} archived conversation with @{{ username }} {% endblocktrans %}

{% endblock %}