{% load i18n %} {% load comments_xtd %} {% for element in comments %}

{% if element.has_child %} {{ element.comment.comment }}
{% else %} {{ element.comment.comment }}
{% endif %} {{ element.comment.user_name }} - {{ element.comment.user_email }}

{{ element.comment.submit_date|timesince }} {% trans "ago" %} {% if not element.comment.is_public %} {% trans "Deleted" %} {% elif element.comment.is_removed %} {% trans "Hidden" %} {% else %} {% trans "Public" %} {% endif %} {% if element.has_child %} {% trans "Explore" %} {% else %} {% endif %} {% endfor %}