{% extends "admin/admin_base.html" %} {% load i18n %} {% block admin_title %}{{ title }}{% endblock %} {% block content %}
{% trans "System Logs" %}
download {% trans "Download Log File" %}
{{ logs }}
    

{% trans "Showing the last 1000 lines of the log file." %}

{% endblock %}