{% load i18n mural_filters comments_list %}

{% if not post.user == request.user %} {% is_online post.user as status %} {{ post.user }} {% else %} {{ post.user }} {% endif %} {{ post.get_action_display }} {{ post|has_resource|safe }} {% if post|show_settings:request.user %} {% endif %}

{% trans 'In' %} {{ post.last_update }} {{ post|is_edited }}

{% autoescape off %}
{{ post.post }}
{% endautoescape %} {% if post.image %} {% endif %}
{% comments_list request post %}

{% trans 'Make a comment...' %}