{% extends "dictionary/base.html" %} {% load humanize filters i18n %} {% block title %}{% blocktrans with username=recipient.username context "titleblock" %}@{{ username }} - conversation{% endblocktrans %}{% endblock %} {% block content %}
{{ message.body|formatted|linebreaksbr }}
{% if message.has_receipt and message.read_at %} {% blocktrans asvar read_receipt with read_at=message.read_at|naturaltime %}seen, {{ read_at }}{% endblocktrans %} {% else %} {% endif %}{{ message.body|formatted|linebreaksbr }}
{% trans "you are not allowed to send messages to this user." %}
{% else %} {% trans "write message" as label %} {% if not user.is_novice %} {% endif %}