{% 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 %}
Аватар {{ post.author.full_name }}
{% 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" %}