{% load i18n mural_filters %}

{{ comment.user }} {% trans 'Comment' %} {% if comment|show_settings_comment:request.user %} {% endif %}

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

{% autoescape off %} {{ comment.comment }} {% endautoescape %} {% if comment.image %} {% endif %}