{% 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 }}
{% for action in note.actions %} {% if action.type == "dismiss" %} {% trans "Dismiss" %} {% else %} {{ action.text }} {% endif %} {% endfor %}