{% extends "layouts/base.html" %} {% block title %} Notifications {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
Alerts
Notifications

Notifications on this page use Toasts from Bootstrap. Read more details here.

{% include 'includes/footer.html' %}
{% endblock content %} {% block javascripts %}{% endblock javascripts %}