@if (page(); as copy) {
@for (section of copy.sections; track section.id) { @if (section.id === 'sequence') { } @if (section.id === 'scope' && deliveredOfferings().length > 0) {

{{ copy.deliveredOfferingsHeading }}

    @for (offering of deliveredOfferings(); track offering.id) {
  • {{ offering.title }}

    {{ offering.body }}

    @if (caseBackedNote(offering); as note) {

    {{ note }}

    }
  • }
} @if (section.id === 'offer-boundary' && offerOfferings().length > 0) {

{{ copy.offerOfferingsHeading }}

    @for (offering of offerOfferings(); track offering.id) {
  • {{ offering.title }}

    {{ offering.body }}

  • }
} }

{{ copy.sequence.referenceHeadline }}

{{ copy.sequence.referenceNote }}

}