{% extends "posts/show/post.html" %} {% load static %} {% load posts %} {% load text_filters %} {# this type in inherited from "post" #} {% block post_header %}
Проект: {{ post.title | rutypography }} {% include "posts/widgets/publicity_preferences.html" with post=post %}
{% if post.deleted_at %} {% elif not post.is_visible %} {% endif %} {% if post.label %} {% endif %}
{% include "posts/widgets/post_actions_line.html" %}
{% if post.metadata.badges %} {% include "badges/widgets/badges.html" with badges=post.metadata.badges %} {% endif %} {% if post.image %}
{{ post.title }}
{% endif %}
{% endblock %}