{% autoescape false %}

{{ _('%(nickname)s said %(when)s:', nickname='%s' % (url_for('user', nickname=post.author.nickname), post.author.nickname), when=momentjs(post.timestamp).fromNow()) }}

{% endautoescape %}

{{ post.body }}

{% if post.language != None and post.language != '' and post.language != g.locale %}
{{ _('Translate') }}
{% endif %} {% if post.author.id == g.user.id %}
{{ _('Delete') }}
{% endif %}