{notification_rule !== NOTIFICATION_COMMENT && (
{notification_parameters.device.title}
)}
{notification_rule === NOTIFICATION_COMMENT && commentText ? (
<>
{notification_parameters.device.title}
{commentText}
>
) : (
<>
{notification_parameters.device.text}
>
)}