{% load text_filters %} {% load posts %}
Аватар {{ post.author.full_name }}
{{ post.prefix }}: {{ post.author.full_name }}{% if me %}, {{ post.author.position }}{% endif %} {% if post.label %} {% include "posts/widgets/label.html" with label=post.label %} {% endif %} {% if post.comment_count > 0 %} {{ post.comment_count }} {{ post.comment_count | rupluralize:"комментарий,комментария,комментариев" }} {% endif %}