{% load i18n profile %}
{{ post.sender }} send a reply
{{ post.timestamp|timesince }} {% trans "ago" %}
{{ post.content_as_html|safe }} {% if post.attachment %}
{% endif %} {% if post.snippet %}
{% trans "Snippet:" %} {% if post.context_url %} [{% trans "Context" %}] {% endif %}
{{ post.snippet|safe }}
{% endif %}