{% extends "wiki/base.html" %} {% block extrahead %} {% if tag %} {% else %} {% endif %} {% endblock %} {% if tag %} {% set title = _('Articles in Need of Review Tagged: {tag}')|f(tag=tag) %} {% else %} {% set title = _('All Articles in Need of Review') %} {% endif %} {% block title %}{{ page_title(title) }}{% endblock %} {% set crumbs = [(None, title)] %} {% block content %}

{{ title }}

{{ _('Found {0} documents.')|f(count) }}

{% if documents.object_list %} {{ documents|paginator }} {% else %}

{{ _('There are no articles.') }}

{% endif %}
{% endblock %}