{% if notification.userId is not empty and notification.details.doer is defined %} {{ notification.details.doer.firstName ~ ' ' ~ notification.details.doer.lastName }} {% else %} {{ systemName }} {% endif %}