{% load i18n %} {% 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|date:"d M Y H:i" }} {% 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 %}