{% extends "questions/base.html" %} {# TODO: liberate - remove questions dependency #} {% from "includes/common_macros.html" import for_contributors_sidebar %} {% set title = _('Flagged Content Pending Moderation') %} {% set classes = 'flagged' %} {% set scripts = ('flagit', ) %} {% block content %}
{% block flagged_queue_header %}

{{ _('Content Pending Moderation') }}

{% endblock %} {% block deactivation_log %}
{{ _('View all deactivated users') }}
{% endblock %} {% endblock %} {% block side_top %} {% endblock %}