@for(field of (reportsFields$ | async)?.fields; track field) {
@if(field.type === 'text') {
} @if(field.type === 'select') {
} @if(field.type === 'date') {
}
} {{ 'submit' | translate }}