{% extends "moderation/base.html" %} {% load i18n %} {% load date_filters %} {% load typepad_filters %} {% block content-main %} {% if page_obj.paginator.count %}
Please review the posts below, then “Approve” or “Delete” appropriately. You can also “Ban” a user — this will prevent the user from being able to join your TypePad Motion Community.
{% endif %}{% include "motion/bits/pagination.html" %} Awaiting Moderation ({{ page_obj.paginator.count }}) | ||
|
{% include "moderation/assets/asset.html" %} | |
{% trans "There are no posts awaiting moderation." %} | ||
{% include "motion/bits/pagination.html" %} Approve Delete Ban User |
To approve or delete multiple posts at a time, select multiple posts using the check boxes to the left of each post and the global action buttons at the bottom of the page. You can also select all posts by selecting the check box at the bottom of the page (next to the global Approve/Delete/Ban User buttons).
{% endif %} {% endblock %}