{% extends 'base.html' %} {% load bootstrap4 %} {% load static %} {% load notifications_extras %} {% block content %}
{% if all %} Just show new notifications {% else %} Show all read notifications as well {% endif %}
There are no new notifications
{% endif %}