{#{% for notification in notifications.normal %}#} {#
  • #} {# {{ notification.message }}#} {#
  • #} {#{% endfor %}#} {#{% for notification in notifications.redirect %}#} {#
  • #} {# {{ notification.message }}#} {#
  • #} {#{% endfor %}#} {#{% for notification in notifications.modal %}#} {#
  • #} {# #} {#
  • #} {#{% endfor %}#} {#{% if not notifications.modal and not notifications.redirect and not notifications.normal %}#} {#
  • #} {# #} {#
  • #} {#{% endif %}#} {% for notification in notifications %} {% if notification.action == "normal" %}
  • {{ notification.message }}
  • {% elif notification.action == "redirect" %}
  • {{ notification.message }}
  • {% elif notification.action == "modal" %}
  • {% endif %} {% empty %}
  • {% endfor %} {% if notif_count > 5 %}
  • You have older notifications.
    Clear some to see more.
  • {% endif %} {% if not initial_load %} {% include "core/base/topbar/_notification_count.html" %} {% endif %}