import { html } from 'lit' import { __ } from 'i18n' export function tplMucTask (el, task) { const done = task.get('done') // eslint-disable-next-line no-undef const i18nDelete = __(LOC_task_delete) const doneId = 'livechat-task-done-id-' + task.get('id') return !el.edit ? html`