import { html } from "lit"; import { __ } from 'i18n'; const tpl_field = (f) => html`
`; export default (o) => html` `;