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

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

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

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

} @else { @if (datasetUrl()) { {{ 'Forms.Buttons.GoToPreviousPage' | translate }} } @else { {{ 'Forms.Buttons.GoToPreviousPage' | translate }} } }