{% load i18n mural_filters comments_list %}

{{ post.user }} {{ 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...' %}