{{ post.post_date|timesince }} {% trans 'ago' %} {% if post.is_modified %} - {% trans 'Edited' %} {% endif %}
{{ post.message|linebreaks }}
{% load i18n permission_tags list_post_answer %} {% if posts|length > 0 %} {% for post in posts %}
{{ post.post_date|timesince }} {% trans 'ago' %} {% if post.is_modified %} - {% trans 'Edited' %} {% endif %}
{{ post.message|linebreaks }}