{% load extra_tags %} {% load i18n %}
| {% if comment.score %}{{ comment.score }}{% endif %} | {{ comment.comment }} | 
| {{comment.user}} ({% diff_date comment.added_at %}) {% if comment.can_like %} {% endif %} {% if comment.can_edit %} {% endif %} {% if comment.can_delete %} {% endif %} | 
 {% ifnotequal showing total %}
        
            {% blocktrans %}showing {{ showing }} of {{ total }}{% endblocktrans %}
        
        {% trans "show all" %}
    {% endifnotequal %}
    {% if can_comment %}
        {% trans "add new comment" %}
    {% endif %}
    {% ifnotequal showing total %}
        
            {% blocktrans %}showing {{ showing }} of {{ total }}{% endblocktrans %}
        
        {% trans "show all" %}
    {% endifnotequal %}
    {% if can_comment %}
        {% trans "add new comment" %}
    {% endif %}