@if (shouldShowErrorAlert()) { @for (error of errorMessages(); track error) {
{{ error }}
} @empty {
{{ 'Forms.General.ErrorToast' | translate }}
} } @if (!isFormSent()) {

{{ 'Forms.PageHeader.Heading.PoCoTo' | translate }}

} @else { {{ 'Forms.Buttons.GoToPoCoToPage' | translate }} }