{% extends "admin/index.html" %} {% load i18n static %} {# This block adds a search form on the admin start page and on the module start page so that #} {# the user can quickly search for documents #} {% block pretitle %}

{% trans 'Search documents' %}

{% endblock %} {# This whole block is here just to override the `get_admin_log` line so #} {# that the log entries aren't limited to the current user #} {% block sidebar %} {% endblock %}