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

{{ asset.user_display_name }} posted {{ asset.ts|pithy_timesince:"on" }}:

{% include "moderation/assets/asset.html" %}
{% trans "There are no 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 Approve/Delete/Ban User buttons).

{% endif %} {% endblock %}