Notifications
{% if unread_count > 0 %} {% endif %}
{% if notifications %} {% for notif in notifications %}
{% if notif.event_type == 'SIGNUP' %} {% elif notif.event_type == 'IMPORT' %} {% elif notif.event_type == 'VERIFY' %} {% elif notif.event_type == 'SEND' %} {% elif notif.event_type == 'SUSPEND' %} {% else %} {% endif %}
{{ notif.message|safe }}
{{ notif.created_at|timesince }} ago
{% if notif.is_unread %} {% endif %}
{% endfor %} {% else %}

No notifications to show

{% endif %}