{% 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. “Delete” spam posts, which will delete the content and the post will not show up on your TypePad Motion site. If a post is not spam, select “Publish” to publish the post.
{% endif %}{% include "motion/bits/pagination.html" %} Spam ({{ page_obj.paginator.count }}) | ||
|
{% include "moderation/assets/asset.html" %} | |
{% trans "There are no spam posts. Hurrah!" %} | ||
{% include "motion/bits/pagination.html" %} Not Spam 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.
{% endif %} {% endblock %}