kowa

Vodafone ElKowa Card

An error occurred while processing the template.
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 ---------> 

Dream

Finish 3 challenges in order to be eligible to upload a video Visit http://vf.eg/p?id=challenges, then go on achieve your dream competition, My videos and upload your video.

An error occurred while processing the template.
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 ---------> 
An error occurred while processing the template.
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> 

ElKowa Card Gifts

An error occurred while processing the template.
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 ---------> 
  • To inquire about the remaining value of your redeemed Kowa Card recharges dial *1*6# for free.

  • To inquire about the remaining dedications that you can share with others dial *1*7# for free.
    Or through vf.eg/KartElKowa

  • The gift balance can be used as minutes or SMS to Vodafone or Megabytes at a standard rate of 20 piasters per unit. Minutes to any other Telecom provider will be 10 units.
  • The promotion is valid for all recharges of 10 LE or more.
  • The promotion is available on all recharge cards including: normal recharge cards, the new Kowa cards, Mared cards, Electronic Top-up, Vodafone Vouchers and Vodafone cash.
  • You can redeem your gift sent upon recharge for a maximum of 1 LE redemption fees, and the gift will be valid for 24 hours.
  • Dedication will be sent automatically to #Team010 members and the remaining dedications can be dedicated to others throughout the promo duration.
  • You can redeem the gift recharges dedicated from others for redemption fees, and the gift expiry durations start from 3 hours up to 8 hours.
  • The Kowa Card main dedications can be dedicated to different Vodafone numbers, where each number can receive only one dedication from each card. (Same for Kowa Gifts)
  • Dial *1*1#, to manage the promo or its notifications.
  • Dial *10*1# to manage your team010 members or remove yourself from a team.
  • Dial *1*8# to control the megabytes usage from the gift.
  • El Kowa Gifts are, Flex offer, Vodafone PLUS offer, E-Money on Vodafone Cash, Ring Back Tone gift, Discount on handsets from Vodafone E-Shop.
  • To collect the phrase “Ma3 Ba3d Akwa” you need one word from your recharge and the two remaining words from dedications
  • Call *1*14# to inquiry about your collected words
  • Only the owner of the code can dedicate the word on the card
  • Call *1*15# to choose which card to dedicate
  • The promotion is valid on all Prepaid, Flex Control, IN, and Enterprise Control rate plans.
  • For more information call 800 or visit vodafone.eg
  • The promotion is valid for a limited time only.
  • The promotion’s gifts are valid inside Egypt only.
  • Fees, terms and conditions apply
main_icn_Chevron_down