import { html } from "lit"; import { __ } from 'i18n'; import tpl_occupant from "./occupant.js"; export default (o) => { const i18n_participants = __('Participants'); return html`
${i18n_participants}
`; }