${modalHeader({
title: translateText("host_modal.title"),
onBack: () => {
this.leaveLobbyOnClose = true;
this.close();
},
ariaLabel: translateText("common.back"),
rightContent: html`
`,
})}
this.kickPlayer(clientID)}
>
`;
if (this.inline) {
return content;
}
return html`