{% extends "base.html" %} {% block title %}{{ _('Notifications') }}{% endblock %} {% block content %}

{{ _('Notifications') }} {{ notifications|length }} {% if notifications %}
{% endif %}

{% endblock %}