{% load extra_tags %} {% load i18n %}
{% for comment in comments %}
{% if comment.score %}{{ comment.score }}{% endif %}
{{ comment.comment }}
{% if comment.can_like %} {% endif %} {% if comment.can_edit %} {% endif %} {% if comment.can_delete %} {% endif %} ({% diff_date comment.added_at %}) {{comment.user}} {% if show_gravatar %}{% gravatar comment.user 18 %}{% endif %}
{% endfor %}
{% ifnotequal showing total %} {% blocktrans %}showing {{ showing }} of {{ total }}{% endblocktrans %} {% trans "show all" %} {% endifnotequal %} {% if can_comment %} {% trans "add new comment" %} {% endif %}
{% if can_comment %}
{{ min_length }}|{{ max_length }} {% trans "characters needed" %} {% trans "characters left" %}
{% endif %}