{% load i18n %}
{{ post.owner.nick }} {{ post.date_time }}
{{ post.text|linebreaks|default:'' }} {% if post.postmedia and post.postmedia.media_thumbnail %} {% if 'video/' in post.postmedia.content_type %} {% elif 'audio/' in post.postmedia.content_type %} {% else %} {% endif %} {% endif %}
{% with post.comments as comment_section %} {% include 'social_layer/like_buttons.html' %} {% endwith %}