{{ 'footer.description' | translate }}

@for (group of footerGroups(); track group.id) {
@if (group.title) {

{{ group.title }}

}
    @for (item of group.items; track item.id) {
  • @if (item.external) { {{ item.label | translate }} } @else { {{ item.label | translate }} }
  • }
}

{{ 'footer.payment' | translate }}

@for (icon of paymentIcons(); track $index) { }

@if (copyrightText()) { {{ copyrightText() }} } @else { © {{ currentYear }} {{ brandName }}. {{ 'footer.allRightsReserved' | translate }} }

@if (contactEmail) { {{ contactEmail }} }