{% trans "Comments"%}
{% get_comments for object as comments %} {% for comment in comments %}-
{{ comment.date_created|date:"d.m.Y H:i" }}
{{ comment.content }}
{% trans "Reply on this" %}
{% empty %}
-
{% trans "There is no comments" %}
{% endfor %}
{% trans "Write your own comment" %}