{% extends "base.html" %} {% block title %}Comment Moderation Queue{% endblock %} {% block content %}
Comments pending approval: {{ pagination.total }}
{{ item.comment.content_type }}/{{ item.comment.content_id }}
No comments pending moderation.
View all comments
Content:
{{ item.comment.content_type }}/{{ item.comment.content_id }}Style: {{ item.comment.user_comment_style }} {% if item.comment.status_reason == 'd' %} Blocked words detected: {{ item.blocked_words|join(', ') }} {% endif %}