{% for app_notification in notifications %}
{% include app_notification.template %}
{% empty %} {% if not is_dropdown_item %} {% include 'django_spire/item/no_data_item.html' %} {% endif %} {% endfor %}