{% extends "admin/base_site.html" %} {% load i18n static %} {% block title %}Log Reader{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block pretitle %}

File Logs

{% endblock %} {% block content %}
{% if django_version >= '3' %}
{% endif %} {% if file_contents %}
{% endif %} {% if file_contents %}
{% for content in file_contents %} {% endfor %}
#
{{ forloop.counter }} {{ content }}
{% if django_version < '3' %}

{{ file_contents|length }} log content

{% endif %}
{% endif %} {% if django_version >= '3' %}

{{ file_contents|length }} log content

{% endif %} {% if django_version >= '3' %}
{% endif %} {% block filters %} {{ block.super }}

{% trans 'Filter' %}

By File

{% endblock %}
{% endblock %}