{* vim: set et ai ts=2 sw=2 enc=utf-8: *} {% if not post.deleted %}
{% if post.author.registered %} {{ post.author.username|e }} {% else %} {{ post.author.username|e }} {% endif %}
{% if post.author.profile.avatar %}
{% trans %}Avatar of {{ post.author.username|e }}{% endtrans %}
{% endif %}
{{ post.title|e }}
{% trans "Quote" %} {% trans "Reply" %} {% if rights.delete_post %} {% trans "Delete" %} {% endif %} #
{{ post.parsed_text }}
{% if post.author.signature %}
{{ post.author.signature }}
{% endif %} {% else %}
{% if post.author.registered %} {{ post.author.username|e }} {% else %} {{ post.author.username|e }} {% endif %}
{% trans 'This post was deleted.' %} {% endif %}