{{ post.effective_published_at|date:"j E Y" }}
{{ post.view_count }}
{% if me %}
{% if post.author_id != me.id %}
Наградить
{% endif %}
{% endif %}
{% if post.author == me and me.is_active_membership or me.is_moderator or me.slug in post.coauthors %}
Править
{% endif %}
{% if post.author == me and me.is_active_membership and not post.is_visible %}
{% if not post.deleted_at %}
Удалить
{% else %}
Восстановить
{% endif %}
{% endif %}
{% if me.is_moderator %}
{% endif %}
{% if me.is_curator and not me.is_moderator %}
Курировать
{% endif %}