{% extends "forum/profile.html" %} {% load i18n %} {% block profile_content %}
{% trans "Subject" %} | {% trans "Author" %} | {% trans "Date" %} |
---|---|---|
{% if not message.was_read %} new {% else %} read {% endif %} {{ message }} | {% with message.author as author %} {{ author }} {% endwith %} | {{ message.creation_time }} |