{{ t('Assignments') }} {{ t('overview') }}
{{ t('Filter') }}
@if (!result) { } @if (result) { @for (wizard of result.wizards | keyvalue; track wizard) { } }
{{ t('Wizard title') }} {{ t('Description') }} {{ t('Assignments necessary') }}
{{ wizard.value.title }} @if (!wizard.value.active) { {{ t('obsolete') }} } {{ wizard.value.description }} @if (!wizard.value.necessity_of_assignment) { {{ t('No') }} } @if (wizard.value.necessity_of_assignment) { {{ t('Yes') }} } @if (wizard.value.necessity_of_assignment) { {{ t('Edit') }} }
@if (result && Object.keys(result.wizards).length === 0) { }