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

Notification debug log

    {% for log in logs|reverse %}
  • {{log}}
  • {% endfor %}
{% endblock %}