{% if notifications_count %} {% endif %}

Notifications

{% if notifications %} {% for notification in notifications %}
{{ notification.title }}
{{ notification.message }}
{% endfor %} {% else %}
No notifications
{% endif %}