Comments pending ({{ comment_list|length }})
-
{% for comment in comment_list %}
-
Published at {{ comment.created_at }}
On {{ comment.post }}
By {{ comment.name|default:"(no name)" }} / {{ comment.email|default:"(no email)" }}
Comment: {{ comment.body_as_html|safe }} Approve | Delete
{% empty %}
- (no comments) {% endfor %}