{% extends "admin/layout.html" %} {% block title %}{{ _("Log") }}{% endblock %} {%- block contents %}
{% trans %} The log shows you important information about your system. Whenever problems happen, you can see it here. {% endtrans %}
| {{ item.level }} | {{ item.timestamp|datetimeformat('short') }} {{ item.location|e }} | {{ item.module|e }} {%- else %} | 
| {{ _('The logfile is empty') }} {%- endfor %} |