{% load text_filters %} {% load posts %}
{% if post.image %}
{% endif %}
{% if request.user.is_superuser %}✏️{% endif %} {{ post.title | safe }}
{% if post.subtitle %}
{{ post.subtitle | safe }}
{% endif %}
{{ post.published_at|date:"d E Y"|lower }} — {{ post.comment_count }} {{ post.comment_count|rupluralize:"комментарий,комментария,комментариев" }} — {{ post.view_count }} {{ post.view_count|rupluralize:"просмотр,просмотра,просмотров" }} — {{ post.word_count }} {{ post.word_count|rupluralize:"слово,слова,слов" }}