{% load comments %} {% load humanize %}
{% if comment.user %} {% else %} {% endif %} {{ comment.author_name }} {{ comment.natural_created_at }} #
{{ comment.upvotes }}
{% show_comment comment %}
{% if request.user.is_superuser %} {% endif %}