{% extends "admin/base.html" %} {% block content %}

Notifications


{% for notification in notifications %}

{{ notification.title }}

{{ notification.content | safe }}

{% endfor %}
{% endblock %} {% block scripts %} {% endblock %} {% block entrypoint %} {% endblock %}