Message #{{ message.id }} (detail)

Author: {{ message.user.username }}

Text:

{{ message.text|enrich }} {% if message.uploads %}
{% endif %}

Privacy: {{ ['public', 'unlisted', 'friends', 'only me'][message.privacy] }}

Date: {{ message.pub_date.strftime('%B %-d, %Y %H:%M:%S') }}