{% 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. You can “Delete” the post which will remove it from your TypePad Motion site, “Ban User” which will prevent the user from being able to join your TypePad Motion Community, or “Remove Flags” which will leave the post as is.
{% endif %}
{% include "motion/bits/pagination.html" %}
{% if assets %} Sort by: last flagged or most flags {% endif %}
Flagged Posts ({{ page_obj.paginator.count }})
|
||
{{ asset.flag_count }} flag{{ asset.flag_count|pluralize }} |
|
{% include "moderation/assets/asset.html" %} |
{% trans "There are no flagged posts awaiting moderation." %} | ||
{% include "motion/bits/pagination.html" %} Delete Ban User Remove Flags |
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 Delete/Ban User/Remove Flags buttons).
{% endif %} {% endblock %}