{% if not post.user == request.user %} {% is_online comment.user as status %} {{ comment.user }}
{% trans 'See Profile' %}
{% trans 'Send Message' %}
{% else %}
{{ comment.user }}
{% endif %}
{% trans 'Comment' context "view" %}
{% if comment|show_settings_comment:request.user %}
- {% trans 'Edit' %}
-
{% trans 'Remove' %}
{% endif %}
{{ comment.user }}
{% trans 'In' %} {{ comment.last_update }} {{ comment|is_edited }}
{% autoescape off %} {{ comment.comment }} {% endautoescape %} {% if comment.image %}