{% load posts %} {% load static %} {% load text_filters %}
{% if post.is_pinned %}{% endif %} Проект: {{ post.title | rutypography }} {% if post.label %} {% include "posts/widgets/label.html" with label=post.label %} {% endif %}
{% if post.room %} {% include "rooms/widgets/room.html" with room=post.room type="inline" %} {% endif %} {% if post.metadata.badges %} {% for badge_code, badge in post.metadata.badges.items %} {{ badge.title }} {% endfor %} {% endif %} {{ post.comment_count }} {{ post.comment_count | rupluralize:"комментарий,комментария,комментариев" }} {% if post.unread_comments %} +{{ post.unread_comments }} {{ post.unread_comments | rupluralize:"новый,новых,новых" }} {% endif %} {% include "posts/widgets/bookmark_controls.html" %}