// SPDX-FileCopyrightText: 2024 John Livingston // // SPDX-License-Identifier: AGPL-3.0-only // FIXME: @stylistic/indent is buggy with strings literrals. /* eslint-disable @stylistic/indent */ import { api } from '@converse/headless' import { html } from 'lit' import { __ } from 'i18n' export function tplMucNote (el, note) { // eslint-disable-next-line no-undef const i18nDelete = __(LOC_moderator_note_delete) // eslint-disable-next-line no-undef const i18nSearch = __(LOC_moderator_note_search_for_participant) const aboutOccupant = note.getAboutOccupant() return !el.edit ? html`