{error!=null&&<Alertintent="danger"appearance="card"><Text>{i18n.t('There is an error in the file name template:')}</Text><br/><Text>{error}</Text></Alert>}
<divstyle={{maxWidth:600}}>
{error!=null&&<Alertintent="danger"appearance="card"><Headingcolor="danger">{i18n.t('There is an error in the file name template:')}</Heading><Text>{error}</Text></Alert>}
{isMissingExtension&&<Alertintent="warning"appearance="card">{i18n.t('The file name template is missing {{ext}} and will result in a file without the suggested extension. This may result in an unplayable output file.',{ext:extVar})}</Alert>}