{% load jmbo_template_tags i18n %} {% for comment in comment_list %}
{% if comment.creator %}
{% if comment.creator.image %} {% else %} {% endif %}
{% endif %}
{% with request.POST.next|default:request.META.PATH_INFO as next %} {% trans "Reply" %} {% endwith %}
{% if request.user.is_authenticated %} {% with comment.id|stringformat:"s" as comment_id %} {% with "comment_report_"|add:comment_id as key %}
{% if not key in request.COOKIES %} {% with request.POST.next|default:request.META.PATH_INFO as next %} {% trans "Report" %} {% endwith %} {% else %} {% trans "Reported" %} {% endif %}
{% endwith %} {% endwith %} {% endif %}
{{ comment.user.username|default:comment.name }}: {{ comment.comment|urlize }}
{% endfor %}