{% extends "discussions/base.html" %} {% load i18n %} {% block content_title %}
{% blocktrans with message.sent_at as sent_at %}Received on {{ sent_at }}{% endblocktrans %}
{% blocktrans with author=message.sender %}Sent by {{ author }}{% endblocktrans %}