Notifications
{% if unread_count > 0 %}
{% endif %}
{% if notifications %}
{% for notif in notifications %}
{% endfor %}
{% else %}
{% endif %}
{{ notif.message|safe }}
{{ notif.created_at|timesince }} ago
{% if notif.is_unread %}
{% endif %}
No notifications to show