{% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {# Template to display notifications under the navbar #} {% load i18n %} {% load static %} {% if notifications %}
{{ note.message }}
{% endif %} {% if note.actions %} {% endif %} {% endif %}