{{ smartCollection ? 'Edit Smart Collection' : 'New Smart Collection' }}

@for (rule of rules; track $index; let i = $index) {
@switch (getFieldType(rule.field)) { @case ('enum') { } @case ('boolean') { } @case ('numeric') { } @case ('date') { } @default { } }
}
@if (previewCount !== null) { {{ previewCount }} {{ previewCount === 1 ? 'font' : 'fonts' }} matched }