{% 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 %} {% for asset in assets %} {% endfor %}
{% include "motion/bits/pagination.html" %} {% if assets %}{% endif %} Flagged Posts ({{ page_obj.paginator.count }})

{{ asset.flag_count }} flag{{ asset.flag_count|pluralize }}
{{ asset.user_display_name }}
{% if not asset.asset.source %} Delete Ban User {% endif %} Remove Flags

{{ asset.user_display_name }}’s post was last flagged {{ asset.last_flagged|pithy_timesince:"on" }}:

{% include "moderation/assets/asset.html" %}
{% trans "There are no flagged posts awaiting moderation." %}
{% if page_obj.paginator.count %}

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 %}