• {{ top_notifications|length }}
      {% for notification in top_notifications %}
    • {% if notification.counter %} {{ notification.counter }} {{ notification.text|safe }} {% else %} {{ notification.text|safe }} {% endif %}
    • {% endfor %}