{% 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 "Moderation statistics" %} | {# empty td is needed to get full width #} |
|---|