Vodafone ElKowa Card
حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing: ==> sectionTargetName [in template "20116#20160#6974745" at line 3, column 129] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #if sectionTargetName.getData()?has_c... [in template "20116#20160#6974745" at line 3, column 124] ----
1<!--------- START: Section --------->
2<#if sectionBackgroundColor?has_content>
3<section class="${sectionSize.getData()} bg-${sectionBackgroundColor.getData()} ${sectionTextColor.getData()} text-center" <#if sectionTargetName.getData()?has_content>id="${sectionTargetName.getData()}"</#if>>
4<#else>
5<section class="${sectionSize.getData()} bg-white text-center">
6</#if>
7 <#if sectionBackgroundImage.getData()?? && sectionBackgroundImage.getData() != "">
8 <div class="section-img-wrapper">
9 <img alt="${sectionBackgroundImage.getAttribute("alt")}" class="section-img" data-fileentryid="${sectionBackgroundImage.getAttribute("fileEntryId")}" src="${sectionBackgroundImage.getData()}" />
10 </div>
11 </#if>
12 <div class="container">
13 <div class="row justify-content-center">
14 <#if sectionTitle?has_content && sectionTitle.getData()?has_content>
15 <div class="col-12">
16 <div class="section-title">
17 <h2 class="h3-2x">${sectionTitle.getData()}</h2>
18 <#if sectionSubtitle?has_content && sectionSubtitle.getData()?has_content>
19 <h4 class="section-subtitle">${sectionSubtitle.getData()}</h4>
20 </#if>
21 </div>
22 </div>
23 <div class="clear"></div>
24 </#if>
25
26 <div class="col-md-10 text-center">
27 <#if paragraphText.getSiblings()?has_content>
28 <#list paragraphText.getSiblings() as cur_paragraphText>
29 <#if getterUtil.getBoolean(paragraphText.lead.getData())>
30 <#if cur_paragraphText?is_last>
31 <p class="lead mb-0 ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}">
32 ${cur_paragraphText.getData()}
33 </p>
34 <#else>
35 <p class="lead ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}">
36 ${cur_paragraphText.getData()}
37 </p>
38 </#if>
39 <#else>
40 <#if cur_paragraphText?is_last>
41 <p class="mb-0 ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}">
42 ${cur_paragraphText.getData()}
43 </p>
44 <#else>
45 <p class="${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}">
46 ${cur_paragraphText.getData()}
47 </p>
48 </#if>
49 </#if>
50
51 </#list>
52 </#if>
53
54
55 <#if btnText.redirectionMobile.getData()?has_content && btnText.redirectionDesktop.getData()?has_content>
56 <a data-href-mobile="${btnText.redirectionMobile.getData()}" data-href-desktop="${btnText.redirectionDesktop.getData()}" data-tracking-mobile="${btnText.redirectionMobile.MobileBtnKey.getData()}" data-tracking-desktop="${btnText.redirectionDesktop.DesktopBtnKey.getData()}" class="js-tagging-btn btn ${btnText.btnStyle.getData()} mt-4 mb-0" target="_blank">${btnText.getData()}</a>
57 <#else>
58 <#if btnText.getData()?has_content>
59 <a href="<#if btnText.btnLink.getData()?has_content>${btnText.btnLink.getData()}<#else>javascript:;</#if>" class="btn ${btnText.btnStyle.getData()} mt-4 mb-0" target="_blank">${btnText.getData()}</a>
60 </#if>
61 </#if>
62
63
64 </div>
65 </div>
66 </div>
67</section>
68<!--------- END: Section --------->
حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing: ==> sectionTargetName [in template "20116#20160#6974745" at line 3, column 129] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #if sectionTargetName.getData()?has_c... [in template "20116#20160#6974745" at line 3, column 124] ----
1<!--------- START: Section --------->
2<#if sectionBackgroundColor?has_content>
3<section class="${sectionSize.getData()} bg-${sectionBackgroundColor.getData()} ${sectionTextColor.getData()} text-center" <#if sectionTargetName.getData()?has_content>id="${sectionTargetName.getData()}"</#if>>
4<#else>
5<section class="${sectionSize.getData()} bg-white text-center">
6</#if>
7 <#if sectionBackgroundImage.getData()?? && sectionBackgroundImage.getData() != "">
8 <div class="section-img-wrapper">
9 <img alt="${sectionBackgroundImage.getAttribute("alt")}" class="section-img" data-fileentryid="${sectionBackgroundImage.getAttribute("fileEntryId")}" src="${sectionBackgroundImage.getData()}" />
10 </div>
11 </#if>
12 <div class="container">
13 <div class="row justify-content-center">
14 <#if sectionTitle?has_content && sectionTitle.getData()?has_content>
15 <div class="col-12">
16 <div class="section-title">
17 <h2 class="h3-2x">${sectionTitle.getData()}</h2>
18 <#if sectionSubtitle?has_content && sectionSubtitle.getData()?has_content>
19 <h4 class="section-subtitle">${sectionSubtitle.getData()}</h4>
20 </#if>
21 </div>
22 </div>
23 <div class="clear"></div>
24 </#if>
25
26 <div class="col-md-10 text-center">
27 <#if paragraphText.getSiblings()?has_content>
28 <#list paragraphText.getSiblings() as cur_paragraphText>
29 <#if getterUtil.getBoolean(paragraphText.lead.getData())>
30 <#if cur_paragraphText?is_last>
31 <p class="lead mb-0 ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}">
32 ${cur_paragraphText.getData()}
33 </p>
34 <#else>
35 <p class="lead ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}">
36 ${cur_paragraphText.getData()}
37 </p>
38 </#if>
39 <#else>
40 <#if cur_paragraphText?is_last>
41 <p class="mb-0 ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}">
42 ${cur_paragraphText.getData()}
43 </p>
44 <#else>
45 <p class="${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}">
46 ${cur_paragraphText.getData()}
47 </p>
48 </#if>
49 </#if>
50
51 </#list>
52 </#if>
53
54
55 <#if btnText.redirectionMobile.getData()?has_content && btnText.redirectionDesktop.getData()?has_content>
56 <a data-href-mobile="${btnText.redirectionMobile.getData()}" data-href-desktop="${btnText.redirectionDesktop.getData()}" data-tracking-mobile="${btnText.redirectionMobile.MobileBtnKey.getData()}" data-tracking-desktop="${btnText.redirectionDesktop.DesktopBtnKey.getData()}" class="js-tagging-btn btn ${btnText.btnStyle.getData()} mt-4 mb-0" target="_blank">${btnText.getData()}</a>
57 <#else>
58 <#if btnText.getData()?has_content>
59 <a href="<#if btnText.btnLink.getData()?has_content>${btnText.btnLink.getData()}<#else>javascript:;</#if>" class="btn ${btnText.btnStyle.getData()} mt-4 mb-0" target="_blank">${btnText.getData()}</a>
60 </#if>
61 </#if>
62
63
64 </div>
65 </div>
66 </div>
67</section>
68<!--------- END: Section --------->
حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing: ==> sectionTargetName [in template "20116#20160#7126060" at line 1, column 117] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #if sectionTargetName.getData()?has_c... [in template "20116#20160#7126060" at line 1, column 112] ----
1<section class="${sectionSize.getData()} ${sectionTextColor.getData()} bg-${sectionBackgroundColor.getData()}" <#if sectionTargetName.getData()?has_content>id="${sectionTargetName.getData()}"</#if>>
2 <#if sectionBackgroundImage.getData()?? && sectionBackgroundImage.getData() != "">
3 <div class="section-img-wrapper">
4 <img alt="${sectionBackgroundImage.getAttribute("alt")}" class="section-img" src="${sectionBackgroundImage.getData()}" />
5 </div>
6 </#if>
7 <div class="container">
8 <div class="row justify-content-center">
9 <#if sectionTitle.getData()?has_content>
10 <div class="col-12">
11 <div class="section-title text-center">
12 <h2 class="h3-2x">${sectionTitle.getData()}</h2>
13 <#if sectionSubtitle.getData()?has_content>
14 <h4 class="section-subtitle">${sectionSubtitle.getData()}</h4>
15 </#if>
16 </div>
17 </div>
18 </#if>
19 <div class="col-12">
20 <div class="card p-3 p-md-5 mb-0 radius shadow-sm">
21 <#if cardTitle?has_content && cardTitle.getData()?has_content>
22 <h3 class="text-center h4-3x font-bold mb-4 mb-md-5">${cardTitle.getData()}</h3>
23 </#if>
24 <div>
25 <#if getterUtil.getBoolean(cardReverse.getData())>
26 <div class="row flex-row-reverse">
27 <#else>
28 <div class="row">
29 </#if>
30
31 <div class="col-lg-6 mb-4 mb-lg-0">
32 <#if cardImage.getData()?? && cardImage.getData() != "">
33 <img class="lazy img-fit radius" alt="${cardImage.getAttribute("alt")}" data-src="${cardImage.getData()}" />
34 </#if>
35 </div>
36 <div class="col-lg-6">
37 <#if paragraph.getSiblings()?has_content>
38 <#list paragraph.getSiblings() as cur_paragraph>
39 <#if cur_paragraph?is_last>
40 <p class="mb-0">${cur_paragraph.getData()}</p>
41 <#else>
42 <p>${cur_paragraph.getData()}</p>
43 </#if>
44 </#list>
45 </#if>
46
47 <#if ButtonText.redirectionMobile.getData()?has_content && ButtonText.redirectionDesktop.getData()?has_content>
48 <div class="mt-4 text-center text-lg-start">
49 <a data-href-mobile="${ButtonText.redirectionMobile.getData()}" data-href-desktop="${ButtonText.redirectionDesktop.getData()}" data-tracking-mobile="${ButtonText.redirectionMobile.MobileBtnKey.getData()}" data-tracking-desktop="${ButtonText.redirectionDesktop.DesktopBtnKey.getData()}"
50 class="js-tagging-btn btn ${ButtonText.ButtonStyle.getData()} btn-sm-fit">
51 ${ButtonText.getData()}
52 </a>
53 </div>
54 <#else>
55 <#if ButtonText.getData()?has_content>
56 <div class="mt-4 text-center text-lg-start">
57 <a href="<#if ButtonText.ButtonLink.getData()?has_content>${ButtonText.ButtonLink.getData()}<#else>javascript:;</#if>"
58 class="btn ${ButtonText.ButtonStyle.getData()} btn-sm-fit">
59 ${ButtonText.getData()}
60 </a>
61 </div>
62 </#if>
63 </#if>
64 </div>
65 </div>
66 </div>
67 </div>
68 </div>
69 </div>
70 </div>
71 </section>
حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing: ==> sectionTargetName [in template "20116#20160#6974745" at line 3, column 129] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #if sectionTargetName.getData()?has_c... [in template "20116#20160#6974745" at line 3, column 124] ----
1<!--------- START: Section --------->
2<#if sectionBackgroundColor?has_content>
3<section class="${sectionSize.getData()} bg-${sectionBackgroundColor.getData()} ${sectionTextColor.getData()} text-center" <#if sectionTargetName.getData()?has_content>id="${sectionTargetName.getData()}"</#if>>
4<#else>
5<section class="${sectionSize.getData()} bg-white text-center">
6</#if>
7 <#if sectionBackgroundImage.getData()?? && sectionBackgroundImage.getData() != "">
8 <div class="section-img-wrapper">
9 <img alt="${sectionBackgroundImage.getAttribute("alt")}" class="section-img" data-fileentryid="${sectionBackgroundImage.getAttribute("fileEntryId")}" src="${sectionBackgroundImage.getData()}" />
10 </div>
11 </#if>
12 <div class="container">
13 <div class="row justify-content-center">
14 <#if sectionTitle?has_content && sectionTitle.getData()?has_content>
15 <div class="col-12">
16 <div class="section-title">
17 <h2 class="h3-2x">${sectionTitle.getData()}</h2>
18 <#if sectionSubtitle?has_content && sectionSubtitle.getData()?has_content>
19 <h4 class="section-subtitle">${sectionSubtitle.getData()}</h4>
20 </#if>
21 </div>
22 </div>
23 <div class="clear"></div>
24 </#if>
25
26 <div class="col-md-10 text-center">
27 <#if paragraphText.getSiblings()?has_content>
28 <#list paragraphText.getSiblings() as cur_paragraphText>
29 <#if getterUtil.getBoolean(paragraphText.lead.getData())>
30 <#if cur_paragraphText?is_last>
31 <p class="lead mb-0 ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}">
32 ${cur_paragraphText.getData()}
33 </p>
34 <#else>
35 <p class="lead ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}">
36 ${cur_paragraphText.getData()}
37 </p>
38 </#if>
39 <#else>
40 <#if cur_paragraphText?is_last>
41 <p class="mb-0 ${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}">
42 ${cur_paragraphText.getData()}
43 </p>
44 <#else>
45 <p class="${cur_paragraphText.paragraphFontType.getData()} color-${cur_paragraphText.paragraphColor.getData()} ${cur_paragraphText.paragraphSize.getData()}">
46 ${cur_paragraphText.getData()}
47 </p>
48 </#if>
49 </#if>
50
51 </#list>
52 </#if>
53
54
55 <#if btnText.redirectionMobile.getData()?has_content && btnText.redirectionDesktop.getData()?has_content>
56 <a data-href-mobile="${btnText.redirectionMobile.getData()}" data-href-desktop="${btnText.redirectionDesktop.getData()}" data-tracking-mobile="${btnText.redirectionMobile.MobileBtnKey.getData()}" data-tracking-desktop="${btnText.redirectionDesktop.DesktopBtnKey.getData()}" class="js-tagging-btn btn ${btnText.btnStyle.getData()} mt-4 mb-0" target="_blank">${btnText.getData()}</a>
57 <#else>
58 <#if btnText.getData()?has_content>
59 <a href="<#if btnText.btnLink.getData()?has_content>${btnText.btnLink.getData()}<#else>javascript:;</#if>" class="btn ${btnText.btnStyle.getData()} mt-4 mb-0" target="_blank">${btnText.getData()}</a>
60 </#if>
61 </#if>
62
63
64 </div>
65 </div>
66 </div>
67</section>
68<!--------- END: Section --------->
تابع استهلاكك
-
لمتابعة استهلاك الهدية من كارت القوة كلم #6*1* ببلاش
-
لمتابعة فاضلك كام شحنة ممكن تبعتها لحد كلم #7*1* ببلاش
أو ادخل على vf.eg/KartElKowa
الشروط والأحكام
رصيد هدايا العرض يمكن استخدامها فى دقايق أو رسايل لكل الشبكات أو ميجابايتس. بسعر موحد 20 قرش للوحده, دقيقة الشبكات الأخرى ب10 وحدات.
- العرض ساري علي شحنة ال10 جنيه و أكتر
- العرض ساري على كل كروت الشحن و كارت القوة الجديد و كمان الشحن عالطاير وتطبيق انا فودافون و فودافون كاش.
- يمكن الأستمتاع بالهدية المرسلة بعد الشحن مقابل رسوم اشتراك بحد أقصى 1 جنيه و الهدية مدة صالحيتها 24 ساعة .
- يتم ارسال الشحنات بعد الشحن لأعضاء #فريق_010 و المتبقي من الشحنات يمكن اهدائها خلال فترة العرض لعملاء أخرين
- يمكن الأستمتاع بالشحنات الهدية المهداه من عميل أخر مقابل رسوم اشتراك والهدية مدة صالحيتها بتبدأ من 3 ساعات حتى 8 ساعات.
- شحنات كارت القوة الهدية من شحنات الكارت الاساسية يمكن اهدائها لأرقام فودافون مختلفة، لا يمكن لنفس الرقم ان يستقبل اكثر من هدية من نفس الكارت.) نفس الشيء لهدايا القوة(
- كلم #1*1* للتحكم في العرض، الغاء الاشتراك في رسايل العرض
- كلم #1*10* للتحكم في فريق010 او للخروج من فريق انت مشترك فيه.
- كلم *8*1* للتحكم في استخدام الميجابايتس من الهدية.
- هدايا القوة هي عرض، على باقة فليكس، عرض على باقة فودافون PLUS، فلوس من فودافون كاش، هدية الكول تون، هدية Watch iT، خصم على تليفون من فودافون اون لاين شوب.
- لتجميع جملة "مع بعض أقوى" محتاج كلمة من شحنتك و كلمتين إهداء من حبايبك
- كلم *1*14# واستعلم عن كلماتك
- صاحب الكارت هو اللي ممكن يبعت كلمة الكارت
- كلم #15*1* للتحكم في إهداء الكروت
- العرض متاح لكل عملاء الكارت و كنترول فليكس و IN و خطط أسعار كنترول للشركات.
- للمزيد كلم 800 أو زورتطبيق Ana Vodafone
- العرض ساري لفتره محدوده
- هدايا العرض سارية علي الاستخدام داخل مصر فقط
- تطبق الرسوم و الشروط و الأحكام