حصل خطأ عند معالجة القالب.
For "#if" condition: Expected a boolean, but this has evaluated to a number (wrapper: f.t.SimpleNumber): ==> offerdetails.getData()?length [in template "20154#20194#2038279" at line 12, column 18] ---- FTL stack trace ("~" means nesting-related): - Failed at: #if offerdetails.getData()?length [in template "20154#20194#2038279" at line 12, column 13] ----
1<article class="offer-box">
2 <a style="border: 0;" href="${offerimagelink.getFriendlyUrl()}">
3 <#if offertitle.getData()??>
4 <img alt="${offertitle.getData()}" src="${offerimg.getData()}" />
5 <#else>
6 <img alt="${offername.getData()}" src="${offerimg.getData()}" />
7 </#if>
8 </a>
9 <div class="content-wrapper" style="min-height: 253.5px !important;">
10 <h3 class="dark-purple number" style="text-align: center; font-size: 1.40em !important;">${offertitle.getData()}</h3>
11 <#if offerdetails.getData()??>
12 <#if offerdetails.getData()?length > 110>
13 <#assign desc = offerdetails.getData()?substring(0, 110)>
14 <p class="small-txt">${desc} ... </p>
15 <#else>
16 <p class="small-txt">${offerdetails.getData()}</p>
17 </#if>
18 </#if>
19 <p class="text-center dark-purple" style="height: 18px;"><strong>${offername.getData()}</strong></p>
20 <div class="text-center"><a href="${offerinfo.getFriendlyUrl()}" class="button pink">${offerlinkname.getData()}</a></div>
21 </div>
22</article>
حصل خطأ عند معالجة القالب.
For "#if" condition: Expected a boolean, but this has evaluated to a number (wrapper: f.t.SimpleNumber): ==> offerdetails.getData()?length [in template "20154#20194#2038279" at line 12, column 18] ---- FTL stack trace ("~" means nesting-related): - Failed at: #if offerdetails.getData()?length [in template "20154#20194#2038279" at line 12, column 13] ----
1<article class="offer-box">
2 <a style="border: 0;" href="${offerimagelink.getFriendlyUrl()}">
3 <#if offertitle.getData()??>
4 <img alt="${offertitle.getData()}" src="${offerimg.getData()}" />
5 <#else>
6 <img alt="${offername.getData()}" src="${offerimg.getData()}" />
7 </#if>
8 </a>
9 <div class="content-wrapper" style="min-height: 253.5px !important;">
10 <h3 class="dark-purple number" style="text-align: center; font-size: 1.40em !important;">${offertitle.getData()}</h3>
11 <#if offerdetails.getData()??>
12 <#if offerdetails.getData()?length > 110>
13 <#assign desc = offerdetails.getData()?substring(0, 110)>
14 <p class="small-txt">${desc} ... </p>
15 <#else>
16 <p class="small-txt">${offerdetails.getData()}</p>
17 </#if>
18 </#if>
19 <p class="text-center dark-purple" style="height: 18px;"><strong>${offername.getData()}</strong></p>
20 <div class="text-center"><a href="${offerinfo.getFriendlyUrl()}" class="button pink">${offerlinkname.getData()}</a></div>
21 </div>
22</article>
حصل خطأ عند معالجة القالب.
For "#if" condition: Expected a boolean, but this has evaluated to a number (wrapper: f.t.SimpleNumber): ==> offerdetails.getData()?length [in template "20154#20194#2038279" at line 12, column 18] ---- FTL stack trace ("~" means nesting-related): - Failed at: #if offerdetails.getData()?length [in template "20154#20194#2038279" at line 12, column 13] ----
1<article class="offer-box">
2 <a style="border: 0;" href="${offerimagelink.getFriendlyUrl()}">
3 <#if offertitle.getData()??>
4 <img alt="${offertitle.getData()}" src="${offerimg.getData()}" />
5 <#else>
6 <img alt="${offername.getData()}" src="${offerimg.getData()}" />
7 </#if>
8 </a>
9 <div class="content-wrapper" style="min-height: 253.5px !important;">
10 <h3 class="dark-purple number" style="text-align: center; font-size: 1.40em !important;">${offertitle.getData()}</h3>
11 <#if offerdetails.getData()??>
12 <#if offerdetails.getData()?length > 110>
13 <#assign desc = offerdetails.getData()?substring(0, 110)>
14 <p class="small-txt">${desc} ... </p>
15 <#else>
16 <p class="small-txt">${offerdetails.getData()}</p>
17 </#if>
18 </#if>
19 <p class="text-center dark-purple" style="height: 18px;"><strong>${offername.getData()}</strong></p>
20 <div class="text-center"><a href="${offerinfo.getFriendlyUrl()}" class="button pink">${offerlinkname.getData()}</a></div>
21 </div>
22</article>