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

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

{{ 'Forms.NewDataSection.SectionTitle' | translate }}

{{ 'Forms.NewDataSection.SectionParagraph' | translate }}

@let sectionParagraph = 'Forms.ConsentsSection.SectionParagraph' | translate;

{{ sectionParagraph.text }} {{ sectionParagraph.link }}

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