{% extends "posts/show/post.html" %} {% load static %} {% load posts %} {% load text_filters %} {# this type in inherited from "post" #} {% block post_header %}
{% if post.room %} {% include "rooms/widgets/room.html" with room=post.room type="post" %} {% endif %}

📅 {{ post.title | rutypography }}

{% include "posts/widgets/publicity_preferences.html" with post=post %}
{% if post.deleted_at %} {% elif not post.is_visible %} {% endif %}
{% include "posts/widgets/post_actions_line.html" %}
{% if post.label %} {% endif %} {% if post.image %}
{{ post.title }}
{% endif %}
{% if post.metadata.event %}
{{ post.event_datetime|date:"d" }}
{{ post.event_datetime|date:"E"|lower }}
{% endif %}
{{ post.event_datetime|date:"l" }}, в {{ post.event_datetime|date:"H" }}:{{ post.event_datetime|date:"i" }} по {% if post.metadata.event.timezone == "UTC" %}UTC{% else %}Москве{% endif %}
{% if post.metadata.event.location %}  {{ post.metadata.event.location | urlize }} {% endif %}
Добавить в   Apple Календарь  Google Календарь
{% if me and me.is_active_membership %} {% endif %}
{% endblock %}