{{ t('should_select_all') }}
{{ currentLang == 'ar' ? offer.name_arabic :
offer.name_english }}
{{
currentLang
=== 'ar' ? offer.description_arabic : offer.description_english }}
{{ t('valid_from') }}:
{{ formatDateAMPM(offer.start_date)
}}
{{ t('until')}} {{
formatDateAMPM(offer.end_date) }}
يتكرر كل: {{ formatRepeatEvery(offer.repeat_every) }}
المتبقي {{ offer.max_redemptions - offer.redeemed_count
}}
-
{{ currentLang === 'ar' ? srv.service_name_arabic.slice(0,
22)+ (srv.service_name_arabic.length > 22 ? '...' : '') :
srv.service_name_english.slice(0, 22)+
(srv.service_name_english.length > 22 ? '...' : '') ||
('#'+srv.id_service) }}
{{ (opt.label || '').slice(0, 14) + ((opt.label || '').length > 14 ? '...' : '') }}
{{ opt.currency || defaultCurrency }} {{ formatPrice(opt.base) }}
{{ opt.currency || defaultCurrency }} {{ formatPrice(opt.final) }}
{{ opt.currency || defaultCurrency }} {{ formatPrice(opt.base) }}
{{ defaultCurrency }} {{ formatPrice(offerServicePrices(offer, srv).base) }}
{{ defaultCurrency }} {{ formatPrice(offerServicePrices(offer, srv).final) }}
الخصم {{ discountLabel(srv) }}