{% load i18n molo_commenting_tags %}

{{node.user_name}} {{node.submit_date|date:"j F Y"}}

{% if node.is_removed %}

{% trans "This comment has been removed by the community. Please read our platform rules." %}

{% else %}

{{node.comment}}

{% trans "Report" %}

{% endif %}