{% extends "default.html" %} {% block title %} Notifications {% endblock %} {% block breadcrumbs %}
  • Notifications
  • {% endblock %} {% block content %} {% for notification in notifications %}
    {{ notification.notification.json }}
    {% endfor %}
    {% endblock %}