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

{% trans 'Log Files' %}

{% if custom_file_list_title %}{{ custom_file_list_title }}{% else %}{% trans "Django Log Viewer" %}{% endif %}

{% trans 'No.' %} {% trans 'Log entries' %}
{% trans 'No entries!' %}
{% endblock%}