{% load i18n molo_commenting_tags %}

{% if node.user_name.lower == 'anonymous' %} {{node.user_name}} {% else %} {% if not node.user.profile.alias %} {% trans "Anonymous" %} {% else %} {{node.user.profile.alias}} {% endif %} {% endif %}

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

{{node.comment}}

{% if node.parent == None %} {% trans "Report" %} {% if request.user|is_in_group:'Expert' and not node.user|is_in_group:'Expert' %} {% trans "Reply"%} {% endif %} {% endif %} {% endif %}