+ {isDraft ? t('draft.title') : t('adopted.title')} +
++ {isDraft + ? t('draft.body', { orgName: ORG.name }) + : t('adopted.body', { adoptedOn: STATUTEN_STATUS.adoptedOn ?? '' })} +
+{t('authoritative.title')}
+{t('authoritative.body')}
++ {section.numeral}. {t(`sections.${section.id}` as never)} +
++ {t('source.body', { orgName: ORG.name })} +
+ + {t('source.cta')} + + ++ + {block.text} +
+ ) + )} +