{% extends "admin-base-auth.html" %} {% load i18n %} {% load static %} {% block content %}
There are no comments to moderate.
{% translate "Comment:" %}
{{comment.comment}}
{% translate "Comments" %}
{% if comments|length == 0 %}There are no comments to moderate.
{% else %} {% for comment in comments %}{% translate "Comment:" %}
{{comment.comment}}