Unread:
{{ unread_count }}
{% if recent_notifications %}
Recent Notifications
{% for notification in recent_notifications %}
{{ notification.title }}
{{ notification.message }}
• {{ notification.created_at.strftime('%Y-%m-%d %H:%M') }}
{% if not notification.read %}
New
{% endif %}
{% endfor %}
{% else %}
No recent notifications
{% endif %}