{% extends 'base.html' %} {% block content %}

{{ _('Notification debug log') }}

{{ _('For security this log is emptied on restart.') }}
    {% for log in logs|reverse %}
  • {{log}}
  • {% endfor %}
{% endblock %}