{{ 'choose_your_location' | translate }}

{{ 'enter_your_address_and_we_will_specify_the_offer_for_your_area' | translate }}

@if (suggestions.length > 0) {
    @for (city of suggestions; track city.id; let i = $index) {
  • {{ city.description.split(',').slice(0, 2).join(',').trim() }}
  • }
}