{% extends "admin/base_site.html" %} {% load admin_static i18n %} {% block breadcrumbs %} {% endblock %} {% block extrastyle %} {% if custom_style_file %} {% endif %} {% endblock %} {% block extrahead %} {% endblock %} {% block content %}
{% if custom_file_list_title %} {{ custom_file_list_title }} {% endif %}

{% trans 'Log Files' %}

{% trans 'Log entries' %}
{% endblock%}