{% extends "admin/index.html" %} {% load i18n admin_urls %} {% block sidebar %} {{ block.super }} {# this adds a new box to the admin homepage which contains links to extra moderation tools #}
{% trans "Extra moderation tools" %}
{% trans "Moderation statistics" %} {# empty td is needed to get full width #}
{% endblock %}