<div class="empty-state">
  <span class="empty-state-title">
    {{i18n "user_menu.no_chat_notifications_title"}}
  </span>
  <div class="empty-state-body">
    <p>
      {{html-safe
        (i18n
          "user_menu.no_chat_notifications_body"
          preferencesUrl=(get-url "/my/preferences/notifications")
        )
      }}
    </p>
  </div>
</div>