{% extends "layout/default.html" %} {% set title = _("Notifications") %} {% block body %}

{{_('Notifications')}}

{% if g.all_notifs == [] %}

{{_("You do not have notifications")}}

{% else %} {% endif %}
{% endblock %}