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

Notifications

{% if not notifications %}

There are no notifications yet

{% endif %} {% for notification in notifications %}

{{ notification.title }}

{{ notification.html }}

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