{% extends "base.html" %} {% block title %}Notifications{% endblock %} {% block content %}

Notifications

{% if notifications %} {% else %}

No notifications found.

{% endif %} {% endblock %}