{% load i18n %}{% trans 'A removal suggestion has been received for the following comment:' %}

--- {% trans 'Comment' %}': ---
{{ comment.comment }}


{% trans 'Posted to the following URL' %}':
http{% if request.is_secure %}s{% endif %}://{{ current_site.domain }}{{ content_object.get_absolute_url }}

{% trans 'Removal suggested by' %}': {{ request.user }}
