{% load comments %}
{{ comment.upvotes }}
{{ comment.author_name }}
{% show_comment comment %}
{% if request.user.is_superuser %} {% endif %}