New notifications
{% set notifications = getUnreadNotifications() %}
{% if notifications is empty %}
No new notifications
{% else %}
{% for notification in notifications %}
{% if notification.notificationType == "ticket_chat" %}
{% if notification.senders is not null and notification.senders.image is not null %}
{% else %}
{% endif %}
{% else %}
{% if notification.senders is not null and notification.senders.image is not null %}
{% else %}
{% endif %}
{% endif %}
{% endfor %}
{% endif %}