{% set user_link %} {{ post.author.username }} {% endset %} {{ _('%(username)s said %(when)s', username=user_link, when=moment(post.timestamp).fromNow()) }}
{{ post.body }} {% if post.language and post.language != g.locale %}

{{ _('Translate') }} {% endif %} {% if post.author.username != current_user.username %} {% if not current_user.has_archived_post(post.id) %} Archive {% else %} Remove from Archive {% endif %} {% endif %} {% if post.author.username == current_user.username %} Delete {% endif %}