{% extends 'base.html' %} {% load i18n %} {% block title %} {% trans "Comments administration" %} {% endblock %} {% block content %}
# | Author | Time | Message | Moderate | Delete | {% for comment in comments %}
---|---|---|---|---|---|
{{ comment.id }} | {{ comment.author_name }} | {{ comment.time }} | {{ comment.message }} | {% if not comment.is_moderated %} {% if comment.blog %} {% else %} {% endif %} {% endif %} | {% if comment.blog %} {% else %} {% endif %} |