{% load humanize %} {% load i18n %}
{% for comment in comments %}

{% if comment.visible_for == 2 %} {% elif comment.visible_for == 1 %} {% elif comment.visible_for == 0 %} {% endif %} {{ comment.author }} {{ comment.text }} {{ comment.created_at|naturaltime }}

{% endfor %}