{* vim: set et ai ts=2 sw=2 enc=utf-8: *}
{% 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" %} #
{{ post.parsed_text }}
{% if post.author.signature %}
{{ post.author.signature }}
{% endif %}