{% themeextends "admin/base_admin.html" %} {% load i18n %} {% block title %}{% trans 'CP Archive App' %}: {%trans 'Logs'%}{% endblock %} {% block heading %}{% trans 'CP Archive App' %}: {% trans 'Logs' %} {% endblock heading %} {% block content %}

Please reload the page to update the log view.

Info is sorted new to old.

{% for line in log_content %} {{ line }}
{% endfor %}
{% endblock content %}