{% 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' %}

{% for files in log_files %} {% endfor %}
    {% for line in logs %}
  1. {{ line }}
  2. {% empty %}
    {% trans 'No anything to show !' %}
    {% endfor %}
{% if not last %} {% endif %}
{% endblock%}