テンプレート処理中にエラーが発生しました。
The following has evaluated to null or missing:
==> bankercode  [in template "10153#10191#6590055" at line 51, column 6]

----
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 bankercode?starts_with("amp") && ...  [in template "10153#10191#6590055" at line 51, column 1]
----
1<#assign utilServ = (serviceLocator.findService("com.elan.crc.utilites.service.CRCRemoteServiceService"))! /> 
2<#assign url404 = '/error/404.html' > 
3<#assign oadURL = propsUtil.get('elan.oad.url') > 
4<#assign url = themeDisplay.getURLCurrent() > 
5<#assign qstringmap = httpUtil.getParameterMap(httpUtil.getQueryString(url))> 
6 
7<#if qstringmap["ecid"]?has_content> 
8    <#assign ecidExt = qstringmap["ecid"]?first> 
9    <#assign ecidExt = htmlUtil.escape(ecidExt)> 
10    <#assign ecidExt = htmlUtil.escapeJS(ecidExt)> 
11    <#assign ecidExt = "&ecid=" + ecidExt> 
12<#else> 
13    <#assign ecidExt=""> 
14</#if> 
15 
16<#if qstringmap["bankercode"]?has_content> 
17    <#assign bankercode = qstringmap["bankercode"]?first> 
18    <#assign bankercode = htmlUtil.escape(bankercode)> 
19    <#assign bankercode = htmlUtil.escapeJS(bankercode)> 
20    <#assign isEmployee = false> 
21 
22    <#assign fiData= utilServ.makeCall('crcDDCBankerAssistedAppSql','0&'+bankercode)> 
23    <#if fiData?first?has_content> 
24        <#assign fi = fiData?first> 
25        <#if ((fi.projectId == "12") || (fi.projectId == "13") || (fi.projectId == "14") || (fi.projectId == "15"))> 
26            <#assign subbu_special = fi.offerId> 
27        </#if> 
28        <#if fi.projectType == "emp"> 
29            <#assign isEmployee = true> 
30        </#if> 
31    </#if>  
32 
33    <#assign bData = utilServ.makeCall('crcDDCBankerAssistedAppDetailSql','0&'+bankercode)> 
34    <#list bData as b>         
35      <#assign rLC = b.reallocationcode > 
36      <#assign lc = b.locationcode > 
37      <#assign mappedLC = b.mappedLocationCode > 
38    </#list>     
39<#else> 
40    <script> 
41        console.log("MainProductBcode missing"); 
42        location.href = '${url404}'; 
43    </script> 
44</#if> 
45 
46<#if url?contains('11t1')> 
47    <#assign tier = '11t1'> 
48<#elseif url?contains('11t2')> 
49    <#assign tier = '11t2'> 
50</#if> 
51<#if bankercode?starts_with("amp") && (url?contains("11t1m"))> 
52    <#assign ameriprise = true> 
53<#else> 
54    <#assign ameriprise = false> 
55</#if> 
56<#if ameriprise> 
57    <#assign tier = '11t1m'> 
58</#if> 
59<#assign environment = url?replace('/${tier}.*','','r')> 
60 
61 
62<#if mappedLC?has_content && !ameriprise> 
63    <#assign lc = mappedLC > 
64</#if> 
65 
66<#if lc?has_content> 
67    <#assign prefix = "00000" > 
68    <#assign lcWithPrefix = prefix + lc > 
69    <#assign withPrefixLength = lcWithPrefix?length > 
70    <#assign startHere = withPrefixLength - 5> 
71    <#assign lc = lcWithPrefix?substring(startHere)> 
72    <#assign clientProfileService = (serviceLocator.findService("com.elan.crc.user.service.CrcClientProfileLocalService"))! /> 
73    <#assign clientProfileList = clientProfileService.findByLocationCode(lc)> 
74 
75    <#assign clientProfile = clientProfileList?first> 
76    <#assign partnerName = clientProfile.getMarketingNameLong()> 
77    <#assign logoFileName = clientProfile.getLogoBFormat1()?replace(".", "-")?replace("-([^-]*)$", ".$1", "r")?lower_case> 
78    <#assign cdnLogoUrl = (propsUtil.get('rackspace.cdn.web.url'))!> 
79    <#-- <#assign cdnLogoUrl = "https://828cf7dcac86961192f7-10b53e8cad49907c7863edad15b39700.ssl.cf2.rackcdn.com"> --> 
80    <#assign pbu = clientProfile.getPbu()> 
81    <#assign subbu = clientProfile.getSUBBRANDBUNBR()> 
82     
83    <#assign optoutData = utilServ.makeCall('crc_DDCSAAOptOut',pbu+'&'+subbu)> 
84    <#if (optoutData?size == 0)> 
85        <#if (subbu_special?has_content)> 
86            <#assign fiCardsData = utilServ.makeCall('crcTier3GetPbuData','0&' + pbu + '&' + subbu_special)>  
87        <#else> 
88            <#assign fiCardsData = utilServ.makeCall('crcTier3GetPbuData','0&' + pbu + '&' + subbu)>  
89        </#if> 
90        <#assign clientDataService = (serviceLocator.findService("com.elan.crc.user.service.CrcPbuLocalService"))! /> 
91        <#assign clientProfileDataList = clientDataService.getByPbuAndSubBu(pbu,subbu)> 
92        <#assign partnerUrl = clientProfileDataList.getPartnerMainUrl()> 
93        <#if partnerUrl?has_content && !partnerUrl?matches(r"(?i)^https?\:\/\/.*")>             
94            <#assign partnerUrl = 'https://' + partnerUrl> 
95        </#if> 
96        <#if (fiCardsData?size > 0)> 
97            <#assign temp = []> 
98            <#assign offerTypeList = []>        
99            <#assign index = 0> 
100            <#list fiCardsData as fib> 
101                <#if (fib.offerType?has_content && !(offerTypeList?seq_contains(fib.offerType)))>  
102                    <#assign offerTypeList = offerTypeList + [fib.offerType]>                   
103                    <#assign temp = temp + fiCardsData[index..index]>  
104                </#if>  
105                <#assign index = index + 1> 
106            </#list>  
107            <#assign fiCardsData = temp> 
108            <#if !(fiCardsData?size > 0)>  
109                <script> 
110                    console.log("empty card/offerType List"); 
111                    location.href = '${url404}'; 
112                </script> 
113            </#if> 
114            <#if ameriprise> 
115                <#assign lc_used = mappedLC>  
116            <#else> 
117                <#assign lc_used = lc>  
118            </#if>             
119            <div class="content-container content-container-main" title="${partnerName!''}"> 
120                <header class="jn-header"> 
121                    <div class="back-overview hide-desktop">  
122                        <a  href="${environment}/${tier}/index?bankercode=${bankercode}&ecdma-lc=${lc_used}${ecidExt}">Home</a> 
123                    </div>   
124                    <div class="header-main-logo" title="${partnerName!''}"> 
125                        <#if partnerUrl?has_content> 
126                            <a href="${partnerUrl!''}" title="${partnerName!''}"> 
127                            <img src="${cdnLogoUrl!''}/${logoFileName!''}" title="${partnerName!''} Logo" alt="${partnerName!''} Logo">  
128                            </a> 
129                        <#else> 
130                            <a title="${partnerName!''}"> 
131                            <img src="${cdnLogoUrl!''}/${logoFileName!''}" alt="${partnerName!''} Logo" title="${partnerName!''} Logo"> 
132                            </a> 
133                        </#if> 
134                    </div> 
135                     
136                    <div class="styled-select slate"> 
137                        <select> 
138                            <#assign consumerOfferTypes =['101', '108', '109', '104', '138', '154', '141', '147', '115']> 
139 
140                            <#list fiCardsData as fib> 
141                                <#if ameriprise> 
142                                    <#if (fib.offerType=="101")> 
143                                        <#assign productURL="premier-visa-signature"> 
144                                        <#assign productName="Ameriprise Premier Visa Signature"> 
145                                    <#elseif (fib.offerType=="103")>      
146                                        <#assign productURL = "visa-signature"> 
147                                        <#assign productName = "Ameriprise Visa Signature">                              
148                                    </#if> 
149                                <#else> 
150                                    <#if (fib.offerType=="108" || fib.offerType=="109")> 
151                                        <#assign productURL="consumer-platinum2103"> 
152                                        <#assign productName="Platinum Card"> 
153                                    <#elseif fib.offerType=="147"> 
154                                        <#assign productURL = "max-cash-secured"> 
155                                        <#assign productName = "Max Cash Secured Card" > 
156                                    <#elseif (fib.offerType=="104")> 
157                                        <#assign productURL = "max-cash"> 
158                                        <#assign productName = "Max Cash Preferred Card">                                    
159                                    <#elseif (fib.offerType=="101" || fib.offerType=="103")> 
160                                        <#assign productURL = "consumer-edr2112"> 
161                                        <#assign productName = "Everyday Rewards+"> 
162                                    <#elseif fib.offerType == "115"> 
163                                        <#assign productURL = "secured"> 
164                                        <#assign productName = "Secured Card" > 
165                                    <#elseif fib.offerType == "141"> 
166                                        <#assign productURL = "college-real-rewards"> 
167                                        <#assign productName = "College Real Rewards" >        
168                                    <#elseif fib.offerType == "144"> 
169                                        <#assign productURL = "smart-business-rewards"> 
170                                        <#assign productName = "Smart Business Rewards Card" >                                             
171                                    <#elseif fib.offerType == "128"> 
172                                        <#assign productURL = "business-cash-preferred"> 
173                                        <#assign productName = "Business Cash Preferred" > 
174                                    <#elseif fib.offerType == "143"> 
175                                        <#assign productURL = "business-real-rewards"> 
176                                        <#assign productName = "Business Real Rewards Card" > 
177                                    <#elseif fib.offerType == "121"> 
178                                        <#assign productURL = "business-platinum2103"> 
179                                        <#assign productName = "Business Card" > 
180                                    <#elseif fib.offerType == "138"> 
181                                        <#assign productURL = "travel-rewards-plus"> 
182                                        <#assign productName = "Travel Rewards+" > 
183                                    <#elseif fib.offerType == "154"> 
184                                        <#assign productURL = "reserve-rewards-plus"> 
185                                        <#assign productName = "Reserve Rewards+" > 
186                                    </#if> 
187                                </#if> 
188                                <#assign fibEmpOfferId = "">  
189                                <#if fib?has_content> 
190                                    <#assign fibEmpOfferId = fib.empofferId!""> 
191                                </#if> 
192                                <!-- if an employee don't show business cards --> 
193                                <#if ((isEmployee == true && ( consumerOfferTypes?seq_contains(fib.offerType) == true)) || isEmployee == false) > 
194                                    <#if url?matches(".*/${productURL}.*")> 
195                                        <option value="${environment}/${tier}/${productURL}?bankercode=${bankercode}&ecdma-lc=${lc_used}${ecidExt}" selected="selected">${productName}</option>                                             
196                                    <#else> 
197                                        <option value="${environment}/${tier}/${productURL}?bankercode=${bankercode}&ecdma-lc=${lc_used}${ecidExt}">${productName}</option> 
198                                    </#if> 
199                                </#if> 
200                            </#list> 
201                        </select> 
202                        <nav class="styled-select__dropdown"> 
203                            <div class="back-overview hide-mobile">  
204                                <a  href="${environment}/${tier}/index?bankercode=${bankercode}&ecdma-lc=${lc_used}${ecidExt}">Home</a> 
205                            </div>   
206                            <a href="javascript:void(0)" class="dropdown-select" aria-expanded="false" > 
207                                <span class="selected-option"></span>  
208                                <div class="jn-arrow arrow arrow-right"></div> 
209                            </a> 
210                            <button href="javascript:void(0)" class="jn-hamburger hamburger" aria-expanded="false" aria-label="open navigation menu"> 
211                                <div class="first-line transform transformed1"></div> 
212                                <div></div> 
213                                <div class="transform transformed2"></div> 
214                                <div></div> 
215                            </button> 
216                            <ul> 
217                                <#list fiCardsData as fib> 
218                                    <#if ameriprise> 
219                                        <#if (fib.offerType=="101")> 
220                                            <#assign productURL="premier-visa-signature"> 
221                                            <#assign productName="Ameriprise Premier Visa Signature"> 
222                                        <#elseif (fib.offerType=="103")>      
223                                            <#assign productURL = "visa-signature"> 
224                                            <#assign productName = "Ameriprise Visa Signature">                              
225                                        </#if> 
226                                    <#else> 
227                                        <#if (fib.offerType=="108" || fib.offerType=="109")> 
228                                            <#assign productURL="consumer-platinum2103"> 
229                                            <#assign productName="Platinum Card"> 
230                                        <#elseif fib.offerType=="147"> 
231                                            <#assign productURL = "max-cash-secured"> 
232                                            <#assign productName = "Max Cash Secured Card" > 
233                                        <#elseif (fib.offerType=="104")> 
234                                            <#assign productURL = "max-cash"> 
235                                            <#assign productName = "Max Cash Preferred Card"> 
236                                        <#elseif (fib.offerType=="101" || fib.offerType=="103")> 
237                                            <#assign productURL = "consumer-edr2112"> 
238                                            <#assign productName = "Everyday Rewards+"> 
239                                        <#elseif fib.offerType == "115"> 
240                                            <#assign productURL = "secured"> 
241                                            <#assign productName = "Secured Card" > 
242                                        <#elseif fib.offerType == "141"> 
243                                            <#assign productURL = "college-real-rewards"> 
244                                            <#assign productName = "College Real Rewards" >  
245                                        <#elseif fib.offerType == "144"> 
246                                            <#assign productURL = "smart-business-rewards"> 
247                                            <#assign productName = "Smart Business Rewards Card" >                                             
248                                        <#elseif fib.offerType == "128"> 
249                                            <#assign productURL = "business-cash-preferred"> 
250                                            <#assign productName = "Business Cash Preferred" > 
251                                        <#elseif fib.offerType == "143"> 
252                                            <#assign productURL = "business-real-rewards"> 
253                                            <#assign productName = "Business Real Rewards Card" > 
254                                        <#elseif fib.offerType == "121"> 
255                                            <#assign productURL = "business-platinum2103"> 
256                                            <#assign productName = "Business Card" > 
257                                        <#elseif fib.offerType == "138"> 
258                                            <#assign productURL = "travel-rewards-plus"> 
259                                            <#assign productName = "Travel Rewards+" > 
260                                        <#elseif fib.offerType == "154"> 
261                                            <#assign productURL = "reserve-rewards-plus"> 
262                                            <#assign productName = "Reserve Rewards+" > 
263                                            </#if> 
264                                    </#if> 
265                                    <!-- if an employee don't show business cards --> 
266                                    <#if ((isEmployee == true && ( consumerOfferTypes?seq_contains(fib.offerType) == true)) || isEmployee == false) > 
267                                        <#if url?matches(".*/${productURL}.*")> 
268                                            <#if (fib.offerType=="104" && url?contains("max-cash-secured"))>  
269                                                <#-- prevent from max cash overiding max cash secured. --> 
270                                                <li class="dropdown-item" data-value="${productName}"><a href="${environment}/${tier}/${productURL}?bankercode=${bankercode}&ecdma-lc=${lc_used}${ecidExt}" title="${productName}">${productName}</a></li> 
271                                            <#else> 
272                                                <li class="selected" data-value="${productName}"><a href="javascript:void(0)">${productName}</a></li>  
273                                            </#if> 
274                                        <#else> 
275                                            <li class="dropdown-item" data-value="${productName}"><a href="${environment}/${tier}/${productURL}?bankercode=${bankercode}&ecdma-lc=${lc_used}${ecidExt}" title="${productName}">${productName}</a></li> 
276                                        </#if> 
277                                    </#if> 
278                                </#list> 
279                            </ul> 
280                        </nav> 
281                                              
282                    </div> 
283                </header> 
284            </div>  
285            <script> 
286                var page = location.pathname.split('/')[location.pathname.split('/').length-1]; 
287                var partnerName = "${partnerName!0}"; 
288                var metaDesc = ""; 
289                switch (page) { 
290                    case "consumer-platinum2103": 
291                        document.title = "The purchasing power of Zero | "+partnerName+" Platinum Card"; 
292                        metaDesc = "Apply Today for a "+partnerName+" Credit Card. Limited Time Offer. 0% Intro APR on Purchases and Balance Transfers for 20 Billing Cycles Consolidate your Balances with the "+partnerName+" Intro APR Card."; 
293                        break; 
294                    case "max-cash-secured": 
295                        document.title = "Earn more on the categories you pick | "+partnerName+" Max Cash Secured Card"; 
296                        metaDesc = "Apply Today for a "+partnerName+" Credit Card. Use this card as a solid foundation to build your credit."; 
297                        break; 
298                    case "max-cash": 
299                        document.title = "Earn a $150 Bonus and 5% cash back | "+partnerName+" Max Cash Preferred Card"; 
300                        metaDesc = "Apply Today for a "+partnerName+" Credit Card. Earn a $150 Bonus and 5% cash back on the two categories you select"; 
301                        break; 
302                    case "real-rewards": 
303                        document.title = "Sign up and earn bonus points | "+partnerName+" Everyday Rewards+"; 
304                        metaDesc = "Apply Today for a "+partnerName+" Credit Card. Take home 2,500 bonus points after your first purchase."; 
305                        break; 
306                    case "secured": 
307                        document.title = "Strengthen your finances | "+partnerName+" Secured Card"; 
308                        metaDesc = "Apply Today for a "+partnerName+" Credit Card. Use this card as a solid foundation to build your credit."; 
309                        break; 
310                    case "college-real-rewards": 
311                        document.title = "Sign up and earn bonus points. | "+partnerName+" College Real Rewards"; 
312                        metaDesc = "Apply Today for a "+partnerName+" Credit Card. Use this card as a solid foundation to build your credit."; 
313                        break; 
314                    case "smart-business-rewards": 
315                        document.title = "2X rewards in your top 2 spend categories | "+partnerName+" Business Smart Business Rewards Card"; 
316                        metaDesc = "Apply Today for a "+partnerName+" Credit Card. More choices. More value for your business. Earn a $200 Bonus and 2x Rewards on your top 2 spend categories each month with the "+partnerName+" Credit Card."; 
317                        break; 
318                    case "business-cashback": 
319                        document.title = "Flexible rewards for your business | "+partnerName+" Business Cash Preferred"; 
320                        metaDesc = "Apply Today for a "+partnerName+" Credit Card. Earn Cash back on common business expenses."; 
321                        break; 
322                    case "business-real-rewards": 
323                        document.title = "Earn up to 3X points with no caps | "+partnerName+" Business Real Rewards Card"; 
324                        metaDesc = "Apply Today for a "+partnerName+" Credit Card. Get more rewards in the categories you spend the most on." ; 
325                        break; 
326                    case "business-platinum2103": 
327                        document.title = "Pay down your other credit card balances faster | "+partnerName+" Business Card"; 
328                        metaDesc = "Apply Today for a "+partnerName+" Business Card. 0% Intro APR on Purchases and Balance Transfers for 15 Billing Cycles"; 
329                        break; 
330                    case "premier-visa-signature": 
331                        document.title = "Exclusively for Ameriprise clients | Ameriprise® Premier Visa Signature® Card"; 
332                        metaDesc = "Apply Today for an Ameriprise Financial Credit Card. Earn Rewards Points worth $375 cash value when deposited into an eligible account after spending $3,000 in eligible net purchases within the first 90 days of account opening."; 
333                        break; 
334                    case "visa-signature": 
335                        document.title = "Exclusively for Ameriprise clients | Ameriprise® Visa Signature® Card"; 
336                        metaDesc = "Apply Today for an Ameriprise Financial Credit Card. Earn Rewards Points worth $250 cash value when deposited into an eligible Ameriprise account after spending $2,000 in eligible net purchases within the first 90 days of account opening."; 
337                        break;     
338                    case "travel-rewards-plus": 
339                        document.title = partnerName + " | Travel Rewards+ Card"; 
340                        metaDesc = "Make travel more rewarding with unlimited 4x points on travel and frequent popular categories."; 
341                        break;     
342                    case "reserve-rewards-plus": 
343                        document.title = partnerName + " | Reserve Rewards+ Card"; 
344                        metaDesc = "Get exceptional rewards on travel and frequent purchases with this exclusive metal card."; 
345                        break;                                                                                               
346
347                if (metaDesc.length > 0) { 
348                    var m = document.createElement('meta');  
349                    m.name = 'description';  
350                    m.content = metaDesc;  
351                    document.head.appendChild(m); 
352
353                function toggleFlyOutMenu() { 
354                    $('.styled-select').toggleClass('show-select'); 
355                    var ariaExpanded = $('.styled-select__dropdown .dropdown-select').attr('aria-expanded'); 
356                    if(ariaExpanded !== null) { 
357                        var isAriaExpanded; 
358                        if(ariaExpanded === "true") { 
359                            isAriaExpanded = true; 
360                            $('.styled-select__dropdown .jn-hamburger').attr('aria-label', 'open navigation menu'); 
361                        } else {  
362                            isAriaExpanded = false  
363                            $('.styled-select__dropdown .jn-hamburger').attr('aria-label', 'close navigation menu'); 
364 
365
366                        $('.styled-select__dropdown .dropdown-select').attr('aria-expanded', !isAriaExpanded); 
367                        $('.styled-select__dropdown .jn-hamburger').attr('aria-expanded', !isAriaExpanded); 
368                         
369
370
371                AUI().ready(function () { 
372                    var pageSelected = $('.selected').attr('data-value'); 
373                    $('.jn-hamburger, .dropdown-select').click(function () { 
374                        toggleFlyOutMenu(); 
375                    }); 
376                    $('.styled-select__dropdown').keydown(function(event) { 
377                        var firstNavigationLink = $('.styled-select__dropdown ul li:visible a').first(); 
378                        var lastNavigationLink = $('.styled-select__dropdown ul li:visible a').last(); 
379 
380                        if(event.keyCode === 9 ) { 
381                            // if they tab outside of the nav close the navigation 
382                            //shift + tab pressed 
383                            if(event.shiftKey && firstNavigationLink.is(document.activeElement)) { 
384                                toggleFlyOutMenu(); 
385                            } else if(!event.shiftKey && lastNavigationLink.is(document.activeElement)) { 
386                                toggleFlyOutMenu(); 
387                            }                             
388
389                    }); 
390                    $('.selected-option').text(pageSelected); 
391                }); 
392            </script> 
393         
394        <#else> 
395            <script> 
396                console.log("FI Cards Data empty"); 
397                location.href = '${url404}'; 
398            </script> 
399        </#if>   
400    <#else> 
401        <script> 
402            console.log("FI opt out"); 
403            location.href = '${url404}'; 
404        </script> 
405    </#if>  
406<#else> 
407    <script> 
408        console.log("location code empty"); 
409        location.href = '${url404}'; 
410    </script> 
411</#if> 
テンプレート処理中にエラーが発生しました。
The following has evaluated to null or missing:
==> bCode  [in template "10153#10191#6991552" at line 82, column 6]

----
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 bCode?starts_with("amp") && (url?...  [in template "10153#10191#6991552" at line 82, column 1]
----
1<#assign url = themeDisplay.getURLCurrent() > 
2<#assign oadURL = propsUtil.get('elan.oad.url') > 
3<#assign qstringmap = httpUtil.getParameterMap(httpUtil.getQueryString(url))> 
4<#assign url404 = '/error/404.html' > 
5<#assign utilServ = (serviceLocator.findService("com.elan.crc.utilites.service.CRCRemoteServiceService"))! /> 
6<#assign environment = url?replace('/12t1.*','','r')> 
7<#assign oadURL_TC = 'https://uat-online1.elancard.com/oad/terms.controller' > 
8 
9<#if oadURL?contains("uat-")> 
10    <#assign oadURL_TC = 'https://uat-online1.elancard.com/oad/terms.controller' > 
11<#else> 
12    <#assign oadURL_TC = 'https://online1.elancard.com/oad/terms.controller' > 
13</#if> 
14<#--  check bankercode validity  --> 
15 
16<#if qstringmap["bankercode"]?has_content> 
17    <#assign bCode= qstringmap["bankercode"]?first> 
18    <#assign bCode= htmlUtil.escapeJS(bCode)> 
19    <#assign bCode= htmlUtil.escape(bCode)> 
20    <#assign isEmployee = false> 
21 
22    <#assign fiData= utilServ.makeCall('crcDDCBankerAssistedAppSql','0&'+bCode)> 
23    <#if fiData?first?has_content> 
24        <#assign fi = fiData?first> 
25        <#if (fi.projectId == "12" || fi.projectId == "13" || fi.projectId == "14" || fi.projectId == "15")> 
26            <#assign subbu_special = fi.offerId> 
27        </#if> 
28        <#if fi.projectType == "emp"> 
29            <#assign isEmployee = true> 
30        </#if> 
31    <#else> 
32        <script> 
33            console.log("fiData missing"); 
34            location.href = '${url404}'; 
35        </script> 
36    </#if>       
37    <#assign bData = utilServ.makeCall('crcDDCBankerAssistedAppDetailSql','0&'+bCode)> 
38    <#if !bData?first?has_content> 
39        <script> 
40            console.log("bData missing"); 
41            location.href = '${url404}'; 
42        </script> 
43    </#if> 
44    <#list bData as b> 
45      <#assign lc = b.locationcode > 
46      <#assign bName = b.branch > 
47      <#assign bPhone = b.businessphone > 
48      <#assign boeid = b.oeid > 
49      <#assign fName = b.firstname?trim> 
50      <#assign lName = b.lastname?trim> 
51      <#assign rlc = b.reallocationcode > 
52      <#assign mappedLC = b.mappedLocationCode > 
53    </#list> 
54 
55<#else> 
56    <script> 
57        console.log("MainProductBcode missing"); 
58        location.href = '${url404}'; 
59    </script> 
60</#if> 
61 
62<#assign text_to_apply_source = "vanity url" > 
63<#if qstringmap["sms"]?has_content> 
64    <#assign sms = 1 > 
65    <#assign text_to_apply_source = "sms" > 
66</#if> 
67<#if qstringmap["qrCode"]?has_content> 
68    <#assign text_to_apply_source = "qr code" > 
69</#if> 
70<#assign campaignId = "" > 
71<#assign ecidExt=""> 
72<#if qstringmap["ecid"]?has_content> 
73    <#assign campaignId = qstringmap["ecid"]?first > 
74    <#assign campaignId  = htmlUtil.escape(campaignId)> 
75    <#assign campaignId  = htmlUtil.escapeJS(campaignId)> 
76 
77    <#assign ecidExt = qstringmap["ecid"]?first> 
78    <#assign ecidExt = htmlUtil.escape(ecidExt)> 
79    <#assign ecidExt = htmlUtil.escapeJS(ecidExt)> 
80    <#assign ecidExt = "&ecid=" + ecidExt> 
81</#if> 
82<#if bCode?starts_with("amp") && (url?contains("11t1m"))> 
83    <#assign ameriprise = true> 
84<#else> 
85    <#assign ameriprise = false> 
86</#if> 
87 
88<#if mappedLC?has_content && !ameriprise> 
89    <#assign lc = mappedLC > 
90</#if> 
91 
92 
93 
94<#if lc?has_content> 
95 
96    <#assign firstNameLength = fName?length > 
97    <#assign lastNameLength = lName?length > 
98    <#if firstNameLength + lastNameLength &gt; 19 > 
99        <#if lastNameLength &gt; 18 > 
100            <#assign bLName = lName?substring(0,18)> 
101        <#else> 
102            <#assign bLName = lName> 
103        </#if> 
104        <#assign maxFirstName = 19 - bLName?length > 
105        <#if firstNameLength &gt; maxFirstName > 
106            <#assign bFName = fName?substring(0,maxFirstName)> 
107        <#else> 
108            <#assign bFName = fName> 
109        </#if> 
110    <#else> 
111        <#assign bFName = fName > 
112        <#assign bLName = lName > 
113    </#if> 
114       
115 
116    <#assign prefix = "00000" > 
117    <#assign lcWithPrefix = prefix + lc > 
118    <#assign withPrefixLength = lcWithPrefix?length > 
119    <#assign startHere = withPrefixLength - 5> 
120    <#assign lc = lcWithPrefix?substring(startHere)> 
121 
122    <#assign clientProfileService = (serviceLocator.findService("com.elan.crc.user.service.CrcClientProfileLocalService"))! /> 
123    <#assign clientProfileList = clientProfileService.findByLocationCode(lc)>     
124 
125    <#if clientProfileList?first?has_content> 
126        <#assign clientProfile = clientProfileList?first> 
127        <#assign partnerName = clientProfile.getMarketingNameLong()> 
128        <#assign pbu = clientProfile.getPbu()> 
129        <#assign subbu = clientProfile.getSUBBRANDBUNBR()> 
130        <#assign optoutData = utilServ.makeCall('crc_DDCSAAOptOut',pbu+'&'+subbu)> 
131        <#if (optoutData?size == 0)>                 
132            <#assign clientDataService = (serviceLocator.findService("com.elan.crc.user.service.CrcPbuLocalService"))! /> 
133            <#assign clientProfileDataList = clientDataService.getByPbuAndSubBu(pbu,subbu)> 
134            <#assign partnerUrl = clientProfileDataList.getPartnerMainUrl()> 
135            <#if partnerUrl?has_content && !partnerUrl?matches(r"(?i)^https?\:\/\/.*")>             
136                <#assign partnerUrl = 'https://' + partnerUrl> 
137            </#if> 
138            <#assign logoFileName = clientProfile.getLogoBFormat1()?replace(".", "-")?replace("-([^-]*)$", ".$1", "r")?lower_case> 
139            <#assign cdnLogoUrl = (propsUtil.get('rackspace.cdn.web.url'))!> 
140             
141            <#if pbu == "0864054"> 
142                <#assign override = "berkshire"> 
143            <#else> 
144                <#assign override = " "> 
145            </#if> 
146             
147            <#--  this one should be delete for prod  --> 
148                 
149            <#assign cdnCardArtUrl = (propsUtil.get('rackspace.cdn.cardart.url'))!> 
150            <#assign pageClass = secondaryBackgroundImage.cardType.getData()> 
151             
152            <#if (subbu_special?has_content)> 
153                <#assign fiCardsData = utilServ.makeCall('crcTier3GetPbuData','0&' + pbu + '&' + subbu_special)>  
154            <#else> 
155                <#assign fiCardsData = utilServ.makeCall('crcTier3GetPbuData','0&' + pbu + '&' + subbu)>  
156            </#if> 
157 
158 
159            <#assign temp = []> 
160            <#assign offerTypeList = []>      
161            <#assign index = 0> 
162            <#list fiCardsData as fib> 
163                <#if !(offerTypeList?seq_contains(fib.offerType))>  
164                    <#assign offerTypeList = offerTypeList + [fib.offerType]>                   
165                    <#assign temp = temp + fiCardsData[index..index]>  
166                </#if>  
167                <#assign index = index + 1>                
168            </#list>  
169            <#assign fiCardsData = temp> 
170            <#if (fiCardsData?size > 0)>   
171                <#if (subbu_special?has_content)> 
172                    <#assign lc_used = fiCardsData?first.WebLocationCode>   
173                <#else> 
174                    <#if ameriprise> 
175                        <#assign lc_used = mappedLC>  
176                    <#else> 
177                        <#assign lc_used = lc>  
178                    </#if> 
179                </#if> 
180                <#assign productURL = ""> 
181                <#list fiCardsData as fib> 
182                    <#if ameriprise> 
183                        <#if (fib.offerType=="101")> 
184                            <#assign productURL="premier-visa-signature"> 
185                            <#assign productName="Premier Visa Signature"> 
186                            <#assign productClass="ameriprise-premier-visa-signature"> 
187                        <#elseif (fib.offerType=="103")>      
188                            <#assign productURL = "visa-signature"> 
189                            <#assign productName = "Visa Signature">   
190                            <#assign productClass="ameriprise-visa-signature">                            
191                        </#if> 
192                    <#else>                     
193                        <#if (fib.offerType=="108" || fib.offerType=="109")> 
194                            <#assign productURL="consumer-platinum2103"> 
195                            <#assign productName="Platinum"> 
196                        <#elseif (fib.offerType=="104")>    
197                            <#assign productURL = "max-cash"> 
198                            <#assign productName="Max Cash Preferred">                              
199                        <#elseif (fib.offerType=="101" || fib.offerType=="103")> 
200                            <#assign productURL = "consumer-edr2112"> 
201                            <#assign productName="Everyday Rewards+"> 
202                        <#elseif fib.offerType == "115"> 
203                            <#assign productURL = "secured"> 
204                            <#assign productName="Secured"> 
205                        <#elseif fib.offerType == "141"> 
206                            <#assign productURL = "college-real-rewards"> 
207                            <#assign productName="College Real Rewards">    
208                        <#elseif fib.offerType == "144"> 
209                            <#assign productURL = "smart-business-rewards"> 
210                            <#assign productName="Smart Business Rewards">       
211                        <#elseif fib.offerType == "147"> 
212                            <#assign productURL = "max-cash-secured"> 
213                            <#assign productName="Max Cash Secured">                             
214                        <#elseif fib.offerType == "128"> 
215                            <#assign productURL = "business-cash-preferred"> 
216                            <#assign productName="Business Cash Preferred"> 
217                        <#elseif fib.offerType == "143"> 
218                            <#assign productURL = "business-real-rewards"> 
219                            <#assign productName="Business Real Rewards"> 
220                        <#elseif fib.offerType == "121"> 
221                            <#assign productURL = "business-platinum2103"> 
222                            <#assign productName="Business"> 
223                        <#elseif fib.offerType == "138"> 
224                            <#assign productURL = "travel-rewards-plus"> 
225                            <#assign productName = "Travel Rewards+" > 
226                        <#elseif fib.offerType == "154"> 
227                            <#assign productURL = "reserve-rewards-plus"> 
228                            <#assign productName = "Reserve Rewards+" > 
229                        </#if>  
230                    </#if>     
231 
232                    <#assign cardArtImage = cdnCardArtUrl + "/" + fib.filename + ".png"> 
233                    <#assign cardArtImageAlt = cdnCardArtUrl + "/"+fib.filename+".jpg">   
234                    <#assign newSourceCode = fib.sourceCode>  
235                    <#assign newOfferId = fib.saaofferId>  
236 
237                    <#assign empOfferId = "">  
238                    <#if fib?has_content> 
239                        <#assign empOfferId = fib.empofferId!""> 
240                    </#if> 
241                    <#assign marketingChannel = 'SAT2A'> 
242                    <#if isEmployee> 
243                        <#assign marketingChannel = 'empl'> 
244                        <#assign newOfferId = empOfferId>       
245                    </#if> 
246                    
247                    <#if url?matches(".*/${productURL}\\?.*")> 
248                        <#assign APR=""> 
249                        <#assign AMF=""> 
250                        <#assign BAL=""> 
251                        <#assign sdata = utilServ.makeCall('crcDDCGetSchumerBox', newOfferId + '&' + newSourceCode)> 
252                        <#if (sdata?size > 0)> 
253                            <#list sdata as sItem> 
254                         
255                                <#if ((sItem.scrapedLabel?contains("Annual Percentage Rate (APR) for Purchases")) && (sItem.scrapedValue?has_content)) > 
256                                    <#assign APR = sItem.scrapedValue> 
257                                <#elseif ((sItem.scrapedLabel?contains("Annual Membership Fee")) && (sItem.scrapedValue?has_content)) > 
258                                    <#assign AMF = sItem.scrapedValue> 
259                                <#elseif ((sItem.scrapedLabel?contains("APR for Balance Transfers")) && (sItem.scrapedValue?has_content)) > 
260                                    <#assign BAL = sItem.scrapedValue> 
261                                </#if> 
262                                <#if (APR?has_content && AMF?has_content && BAL?has_content)> 
263                                    <#break> 
264                                </#if> 
265                            </#list>                 
266                        <#else> 
267                            <script> 
268                                console.log('no scraped data'); 
269                            </script> 
270                        </#if>     
271                        <#if ((fib.offerType == "108" || fib.offerType == "109" || fib.offerType == "121" ) && !ameriprise)> 
272                            <#if (sdata?size > 0)>   
273                                <#assign apr_string = "">                         
274                                <#list sdata as d> 
275                                    <#if (d.scrapedLabel?contains("Annual Percentage Rate (APR) for Purchases") && (d.scrapedValue?has_content))> 
276                                        <#assign apr_string = d.scrapedValue?replace("(\n|\r\n|\r)+", " ","r")> 
277                                        <#break> 
278                                    </#if> 
279                                </#list> 
280                                <script> 
281                                        $(document).ready(function () { 
282                                            var aprText = "${apr_string}"; 
283                                            if (aprText) { 
284                                                var matches= aprText.match(/\d+(\.\d+)?%?/g); 
285                                                var billing_cycle = ""; 
286                                                var apr_min = ""; 
287                                                var apr_max = ""; 
288                                                var apr_max_formatted = ""; 
289                                                if (aprText.indexOf("Platinum:") != -1 || aprText.indexOf("Business:") != -1) { 
290                                                    billing_cycle = matches[1]; 
291                                                    apr_min = matches[2]; 
292                                                    apr_max = matches[3]; 
293                                                    if (apr_max){ 
294                                                        apr_max_formatted = '-' + apr_max; 
295
296
297                                                
298                                                if (billing_cycle) { 
299                                                    $(".scraped-billing-cycle").html(billing_cycle); 
300
301                                                if (apr_min) { 
302                                                    $(".scraped-apr-min").html(apr_min); 
303
304                                                $('.scraped-apr-max-formatted').html(apr_max_formatted); 
305                                                if (apr_max) { 
306                                                    $('.scraped-apr-max').html(apr_max); 
307
308                                                 
309
310                                        }); 
311                                </script>                              
312                            </#if>   
313                        </#if>    
314                        <#if ameriprise> 
315                            <#assign card_art_alt =  partnerName + " " + productName + " " + " Card"> 
316                            <#assign rollover_text =  partnerName + " " + productName + " " + " Card"> 
317                        <#else> 
318                            <#assign card_art_alt = partnerName + " " + productName + " " + " Card"> 
319                            <#assign rollover_text =  partnerName + " " + productName + " " + " Credit Card"> 
320                            <#assign card_text = productName + " Card"> 
321                        </#if> 
322 
323                        <div class="hero-container ${pageClass} ${productClass!''}" title="${rollover_text!''}"> 
324                            <div class="hero-main"> 
325                                 
326                                <div class="hero-main-container"> 
327                                    <div class="hero-main-offer"> 
328                                        <div class="offer-detail"> 
329                                            <div class="offer-detail-cardArt cardArtImg"> 
330                                                <img src="${cardArtImage!''}" alt="${card_art_alt!''}" title="${card_art_alt!''}" onerror="this.onerror=null;this.src='${cardArtImageAlt!''}'">  
331                                                <p>${card_text!''}</p> 
332                                                <#if fib.offerType=="108" || fib.offerType=="109"> 
333                                                    <a href="javascript:void(0);" data-micromodal-trigger="modal-2">See how much you could save with a balance transfer</a> 
334                                                </#if> 
335                                            </div> 
336                                            <div class="offer-detail-text text-color-default hide-desktop"> 
337                                                ${primaryHeadlineFeatureTop.getData()} 
338                                                ${primaryHeadlineFeatureBottom.getData()} 
339                                            </div> 
340                                                 
341                                            <form class="form1 hide-desktop" action='${oadURL}?locationCode=${lc_used}&amp;offerId=${newOfferId}&amp;preparerType=customer&amp;mktChl=${marketingChannel}' method="post" id="BAAForm"> 
342                                                <label for="appDataBAA" style="position:absolute; clip:rect(0 0 0 0);">Application Data</label> 
343                                                <textarea rows="20" cols="100" name="applicationData" id="appDataBAA" style="display:none;"></textarea> 
344                                                <button  
345                                                    type="submit"  
346                                                    data-button-name="cta-button-top"   
347                                                    class="applyNowLink jn-button apply-button button-bg-color-custom"  
348                                                    disabled  
349
350                                                    ${ctaText.getData()}<span class="screen-reader-only">&nbsp;for ${partnerName!''} ${productName!''} Card </span> 
351                                                </button> 
352                                            </form> 
353                                        </div> 
354                                        <div class="offer-header"> 
355                                            <div class="offer-text-top"> 
356                                                <div class="offer-title"> 
357                                                    ${primaryHeadlineText.getData()} 
358                                                </div> 
359                                                <h1 class="offer-subtitle"> 
360                                                    ${primaryHeadlineFeature.getData()} 
361                                                </h1> 
362                                            </div> 
363                                            <div class="offer-text-bottom hide-mobile"> 
364                                                <div class="offer-detail-text text-color-default "> 
365                                                    ${primaryHeadlineFeatureTop.getData()} 
366                                                    ${primaryHeadlineFeatureBottom.getData()} 
367                                                    <#-- allow for all except these url --> 
368                                                    <#if (fib.offerType == "108" ||  
369                                                        fib.offerType == "109" ||  
370                                                        fib.offerType == "121" || 
371                                                        fib.offerType == "144" 
372                                                    )> 
373                                                        <br> 
374                                                        <a class="whiteLink" href="${oadURL_TC}?step=display&amp;offerId=${newOfferId}&amp;locationCode=${lc_used}"  class="text-color-default" target="_blank"> 
375                                                            <span class="screen-reader-only">${partnerName!''} ${productName!''} Card </span>See terms & conditions</a> 
376                                                    </#if> 
377                                                </div> 
378                                                <a tabindex="0" id="oadSecButton-top" data-button-name="cta-button-bottom" class="applyNowLink jn-button banner-cta-apply-button">${optionalCtaText.getData()}<span class="screen-reader-only">&nbsp;for ${partnerName!''} ${productName!''} Card </span></a>                                                                                
379 
380                                            </div> 
381                                        </div> 
382                                         
383                                    </div> 
384                                </div> 
385                            </div> 
386                            <div class="hero-primary-benefits"> 
387                                <#if secondaryFeatureText.getData() != ""> 
388                                    <#assign featureCounter = 0> 
389                                    <#list secondaryFeatureText.getSiblings() as item> 
390                                        <div class="primary-benefit"> 
391                                            <div class="primary-benefit-wrapper text-color-white"> 
392                                                ${item.getData()} 
393                                                <#if (fib.offerType=="108" || fib.offerType=="109") && (featureCounter == secondaryFeatureText.getSiblings()?size - 1)> 
394                                                <a  
395                                                    href="${oadURL_TC}?step=display&amp;offerId=${newOfferId}&amp;locationCode=${lc_used}" 
396                                                    class="text-color-default"  
397                                                    target="_blank" 
398
399                                                    <span class="screen-reader-only">${partnerName!''} ${productName!''} Card </span> 
400                                                    Terms & Conditions 
401                                                </a> 
402                                                </#if> 
403                                            </div> 
404                                        </div> 
405                                        <#assign featureCounter = featureCounter + 1> 
406                                    </#list> 
407                                </#if> 
408                            </div> 
409                        </div> 
410                        <div class="standard-content-container" title="${rollover_text!''}"> 
411                            <div class="product-details-container"> 
412                                <div class="detail-background"> 
413                                    <h2>${secondaryHeadlineText.getData()}</h2> 
414                                    <div class="secondary-benefits"> 
415                                        <div class="option"> 
416                                            ${additionalInfoGroupA.getData()} 
417                                            <#if pbu != "0892445">                                              
418                                                <div> 
419                                                    <#assign col1AmfOfferTypes = ["101", "141", "138", "154", "128"] > 
420                                                    <#assign col1AprOfferTypes = ["104", "121", "143", "144"] > 
421                                                    <#if col1AmfOfferTypes?seq_contains(fib.offerType)> 
422                                                        <#if (fib.offerType == "101")> 
423                                                            <h3>Annual Fee<sup>*</sup></h3><br/> 
424                                                        <#else> 
425                                                            <h3>Annual Fee</h3><br/> 
426                                                        </#if> 
427                                                        <p>${AMF!''}  
428                                                            <a href="${oadURL_TC}?step=display&amp;offerId=${newOfferId}&amp;locationCode=${lc_used}" 
429                                                                class="text-color-default" target="_blank"> 
430                                                                <span class="screen-reader-only">${partnerName!''} ${productName!''} Card </span>Terms & Conditions 
431                                                            </a> 
432                                                        </p> 
433                                                    <#elseif col1AprOfferTypes?seq_contains(fib.offerType)> 
434                                                        <#if (fib.offerType == "104") > 
435                                                            <h3 >APR for Purchases:</h3> 
436                                                        <#elseif (fib.offerType == "144")> 
437                                                            <h3>APR for Purchases and Balance Transfers:</h3> 
438                                                        <#else> 
439                                                            <h3>Intro APR<sup>*</sup> for Purchases:</h3> 
440                                                        </#if> 
441                                                        <p>${APR!''}  
442                                                            <a href="${oadURL_TC}?step=display&amp;offerId=${newOfferId}&amp;locationCode=${lc_used}" 
443                                                                class="text-color-default" target="_blank"> 
444                                                                <span class="screen-reader-only">${partnerName!''} ${productName!''} Card </span>Terms & Conditions 
445                                                            </a> 
446                                                        </p> 
447 
448                                                    </#if> 
449                                                </div>                                             
450                                            </#if> 
451                                        </div> 
452                                        <div class="option"> 
453                                            ${additionalInfoGroupB.getData()}  
454                                            <#if pbu != "0892445"> 
455                                                <div> 
456                                                    <#assign col2AmfOfferTypes = ["108", "109", "115", "144"] > 
457                                                    <#assign col2AprOfferTypes = ["138", "154", "128"] > 
458                                                    <#assign col2BalOfferTypes = ["101", "104", "141", "121", "143"] > 
459                                                    <#if col2AmfOfferTypes?seq_contains(fib.offerType)> 
460                                                        <h3>Annual Fee</h3> 
461                                                        <p>${AMF!''}  
462                                                            <a href="${oadURL_TC}?step=display&amp;offerId=${newOfferId}&amp;locationCode=${lc_used}" 
463                                                                class="text-color-default" target="_blank"> 
464                                                                <span class="screen-reader-only">${partnerName!''} ${productName!''} Card </span>Terms & Conditions 
465                                                            </a> 
466                                                        </p> 
467                                                    <#elseif col2AprOfferTypes?seq_contains(fib.offerType)> 
468                                                        <#if (fib.offerType == "128")> 
469                                                            <h3>Intro APR<sup>*</sup> for Purchases:</h3> 
470                                                        <#else> 
471                                                            <h3>APR for Purchases:</h3>  
472                                                        </#if> 
473                                                        <p>${APR!''}  
474                                                            <a href="${oadURL_TC}?step=display&amp;offerId=${newOfferId}&amp;locationCode=${lc_used}" 
475                                                                class="text-color-default" target="_blank"> 
476                                                                <span class="screen-reader-only">${partnerName!''} ${productName!''} Card </span>Terms & Conditions 
477                                                            </a> 
478                                                        </p> 
479                                                    <#elseif col2BalOfferTypes?seq_contains(fib.offerType)> 
480                                                        <h3>Intro APR<sup>*</sup> for Balance Transfers:</h3> 
481                                                        <p>${BAL!''}  
482                                                            <a href="${oadURL_TC}?step=display&amp;offerId=${newOfferId}&amp;locationCode=${lc_used}" 
483                                                                class="text-color-default" target="_blank"> 
484                                                                <span class="screen-reader-only">${partnerName!''} ${productName!''} Card </span>Terms & Conditions 
485                                                            </a> 
486                                                        </p> 
487 
488                                                    </#if> 
489                                                </div> 
490                                            </#if> 
491                                        </div> 
492                                        <#if (additionalInfoGroupC?has_content)> 
493                                            <div class="option">   
494                                                ${additionalInfoGroupC.getData()}  
495                                                <div> 
496                                                    <#assign col3AmfOfferTypes = ["104", "121", "143"] > 
497                                                    <#assign col3AprOfferTypes = ["101", "108", "109", "141", "147", "115"] > 
498                                                    <#assign col3BalOfferTypes = ["138", "154", "128"] > 
499                                                    <#if col3AmfOfferTypes?seq_contains(fib.offerType)> 
500                                                        <#if (fib.offerType == "104")> 
501                                                            <h3>Annual Fee<sup>*</sup></h3> 
502                                                        <#else> 
503                                                            <h3>Annual Fee</h3> 
504                                                        </#if> 
505                                                        <p>${AMF!''}  
506                                                            <a href="${oadURL_TC}?step=display&amp;offerId=${newOfferId}&amp;locationCode=${lc_used}" 
507                                                                class="text-color-default" target="_blank"> 
508                                                                <span class="screen-reader-only">${partnerName!''} ${productName!''} Card </span>Terms & Conditions 
509                                                            </a> 
510                                                        </p> 
511                                                    <#elseif col3AprOfferTypes?seq_contains(fib.offerType)> 
512                                                        <#if (fib.offerType == "115" || fib.offerType == "147")> 
513                                                            <h3>APR for Purchases and Balance Transfers:</h3> 
514                                                        <#else> 
515                                                            <h3>Intro APR<sup>*</sup> for Purchases:</h3> 
516                                                        </#if> 
517                                                        <p>${APR!''}  
518                                                            <a href="${oadURL_TC}?step=display&amp;offerId=${newOfferId}&amp;locationCode=${lc_used}" 
519                                                                class="text-color-default" target="_blank"> 
520                                                                <span class="screen-reader-only">${partnerName!''} ${productName!''} Card </span>Terms & Conditions 
521                                                            </a> 
522                                                        </p> 
523                                                    <#elseif col3BalOfferTypes?seq_contains(fib.offerType)> 
524                                                        <#if (fib.offerType == "128")> 
525                                                            <h3>Intro APR<sup>*</sup> for Balance Transfers:</h3> 
526                                                        <#else> 
527                                                            <h3>APR for Balance Transfers:</h3>  
528                                                        </#if> 
529                                                        <p>${BAL!''}  
530                                                            <a href="${oadURL_TC}?step=display&amp;offerId=${newOfferId}&amp;locationCode=${lc_used}" 
531                                                                class="text-color-default" target="_blank"> 
532                                                                <span class="screen-reader-only">${partnerName!''} ${productName!''} Card </span>Terms & Conditions 
533                                                            </a> 
534                                                        </p> 
535 
536                                                    </#if> 
537                                                    <#if (fib.offerType == "147")> 
538                                                        <h3>Annual Fee<sup>*</sup></h3> 
539                                                        <p>${AMF!''}  
540                                                            <a href="${oadURL_TC}?step=display&amp;offerId=${newOfferId}&amp;locationCode=${lc_used}" 
541                                                                class="text-color-default" target="_blank"> 
542                                                                <span class="screen-reader-only">${partnerName!''} ${productName!''} Card </span>Terms & Conditions 
543                                                            </a>  
544                                                        </p> 
545                                                    </#if> 
546                                                    <#if (fib.offerType == "108" || fib.offerType == "109")> 
547                                                        <h3>Intro APR<sup>*</sup> for Balance Transfers:</h3>                                                        
548                                                        <p>${BAL!''}  
549                                                            <a href="${oadURL_TC}?step=display&amp;offerId=${newOfferId}&amp;locationCode=${lc_used}" 
550                                                                class="text-color-default" target="_blank"> 
551                                                                <span class="screen-reader-only">${partnerName!''} ${productName!''} Card </span>Terms & Conditions 
552                                                            </a> 
553                                                        </p> 
554                                                    </#if> 
555                                                </div>                
556                                            </div>   
557                                        </#if>                                          
558                                    </div> 
559                                </div> 
560                            </div> 
561                        </div> 
562                        <div class="banner-wrapper" title="${rollover_text!''}"> 
563                            <div class="banner ${override}"> 
564                                <div class="banner-cardArt cardArtImg"> 
565                                   <img src="${cardArtImage!''}" alt="${card_art_alt!''}" title="${card_art_alt!''}" onerror="this.onerror=null;this.src='${cardArtImageAlt!''}'">  
566                                </div> 
567                                <div class="banner-cta"> 
568                                    <div class="banner-cta-text text-color-white text-bold"> 
569                                        ${optionalCtaFeatureText.getData()}                                    
570                                    </div> 
571                                    <a  
572                                        tabindex="0"  
573                                        id="oadSecButton"  
574                                        data-button-name="cta-button-bottom"  
575                                        class="applyNowLink jn-button banner-cta-apply-button button-bg-color-custom text-color-white" 
576
577                                        ${optionalCtaText.getData()}<span class="screen-reader-only">&nbsp;for ${partnerName!''} ${productName!''} Card</span></a> 
578                                </div> 
579                            </div> 
580                        </div> 
581                        <#break /> 
582                    </#if> 
583                </#list>                         
584 
585                <script> 
586                        var reportingData = window.reportingData || {}; 
587                    document.addEventListener('DOMContentLoaded', function() { 
588                        var page = location.pathname.split('/')[location.pathname.split('/').length-1]; 
589                        var hostName = location.hostname; 
590                     
591                        function getDomainFromHostname(hostname) { 
592                            var parts = hostname.split('.'); 
593                            return parts.length === 3 ? parts[1] : parts[0]; 
594
595                        var domain = getDomainFromHostname(hostName); 
596                        var partnerName = "${partnerName!''}"; 
597 
598                        var ameriprise = '${ameriprise?string("yes", "no")}'; 
599                        var locationCode = "${rlc!lc}"; 
600                        var eidAmp = ""; 
601                        if (ameriprise == "yes") { 
602                            var bankercode_amp = '${bCode}'; 
603                            eidAmp = bankercode_amp.substring(3); 
604                            locationCode =""; 
605                        }    
606                             
607                        var heroCardImgs = document.querySelectorAll('.cardArtImg img'); 
608                        for (var index = 0; index < heroCardImgs.length; index++) { 
609                            var heroCardImg = heroCardImgs[index]; 
610                            var heroCardSrc = heroCardImg.getAttribute("src"); 
611                            if(heroCardSrc != "") { 
612                                resizeImg(heroCardImg); 
613
614
615                        function resizeImg(img) { 
616                            img.addEventListener("load", function() { 
617                                var cardImgWidth = img.width; 
618                                var cardImgHeight = img.height; 
619                                if(cardImgWidth > cardImgHeight) { 
620                                    img.style.width = "285px"; 
621                                } else { 
622                                    img.style.width = "150px"; 
623
624                            }); 
625
626                         
627                         
628                        $('.jn-button').removeAttr('disabled'); 
629                        $('.jn-button').removeClass('jn-disabled'); 
630                        jQuery('#oadSecButton, #oadSecButton-top').on('click', function(e) { 
631                            jQuery('#BAAForm').submit(); 
632                        }); 
633                         
634                        jQuery('#BAAForm').on('submit', function(e){ 
635                            e.preventDefault(); 
636                            var xmlData; 
637                            if(ameriprise == "yes") { 
638                                xmlData = '<?xml version="1.0"?>'+ 
639                                    "<prefillData>"+  
640                                    "<versionNumber>1.0</versionNumber>"+  
641                                    "<applicationData>"+  
642                                        "<referral>" +  
643                                            "<employeeId>" + eidAmp + "</employeeId>" + 
644                                            "<storeNumber>"+"${bName!'0'}"+"</storeNumber>"+ 
645                                            "<divisionNumber></divisionNumber>"+ 
646                                        "</referral>" +  
647                                        "<bankerInformation>"+  
648                                            "<locationCode>" + locationCode + "</locationCode>"+ 
649                                            "<originatingBranchNumber>"+"${bName!'0'}"+"</originatingBranchNumber>"+ 
650                                            "<employeeID>${boeid!0}</employeeID>"+ 
651                                            "<name>" + 
652                                            "<first>${bFName!'0'}</first>" + 
653                                            "<last>${bLName!'0'}</last>" + 
654                                            "</name>"+ 
655                                            "<phone>"+ 
656                                            "<areaCode>"+areaCode+"</areaCode>"+  
657                                            "<exchange>"+exchangeCode+"</exchange>"+ 
658                                            "<number>"+num+"</number>"+  
659                                            "</phone>"+  
660                                        "</bankerInformation>"+  
661                                    "</applicationData>"+  
662                                    "</prefillData>" 
663                            }  else if ('${isEmployee?string("yes", "no")}' == "yes") {  
664                                xmlData = '<?xml version="1.0"?>'+ 
665                                    "<prefillData>"+  
666                                        "<versionNumber>1.0</versionNumber>"+  
667                                        "<applicationData>"+                                         
668                                            "<bankerInformation>"+  
669                                                "<employeeFullName>Employee Product</employeeFullName>"+ 
670                                                "<employeeId>EMPPROD</employeeId>"+ 
671                                                "<employeePhoneNumber></employeePhoneNumber>"+ 
672                                                "<locationCode>" + locationCode + "</locationCode>"+ 
673                                                "<originatingBranchNumber>"+"${bName!'0'}"+"</originatingBranchNumber>"+ 
674                                                "<originatingBranchId></originatingBranchId>"+ 
675                                                "<name>" + 
676                                                    "<first>${bFName!'0'}</first>" + 
677                                                    "<last>${bLName!'0'}</last>" + 
678                                                "</name>"+ 
679                                                "<phone>"+ 
680                                                    "<areaCode>" + areaCode + "</areaCode>"+  
681                                                    "<exchange>" + exchangeCode + "</exchange>"+ 
682                                                    "<number>" + num + "</number>"+  
683                                                "</phone>"+  
684                                            "</bankerInformation>"+  
685                                            "<referral>" +  
686                                                "<divisionNumber></divisionNumber>" +       
687                                                "<partnerLocationID>" + locationCode + "</partnerLocationID>" +                          
688                                                "<referralId>EMPPROD</referralId>" + 
689                                            "</referral>" +  
690                                        "</applicationData>"+  
691                                    "</prefillData>";                             
692                            } else { 
693                                xmlData = '<?xml version="1.0"?>'+ 
694                                    "<prefillData>"+  
695                                        "<versionNumber>1.0</versionNumber>"+  
696                                        "<applicationData>"+  
697                                            "<bankerInformation>"+  
698                                                "<locationCode>" + locationCode + "</locationCode>"+ 
699                                                "<originatingBranchNumber>"+"${bName!'0'}"+"</originatingBranchNumber>"+ 
700                                                "<employeeID>${boeid!0}</employeeID>"+ 
701                                                "<name>" + 
702                                                "<first>${bFName!'0'}</first>" + 
703                                                "<last>${bLName!'0'}</last>" + 
704                                                "</name>"+ 
705                                                "<phone>"+ 
706                                                "<areaCode>"+areaCode+"</areaCode>"+  
707                                                "<exchange>"+exchangeCode+"</exchange>"+ 
708                                                "<number>"+num+"</number>"+  
709                                                "</phone>"+  
710                                            "</bankerInformation>"+  
711                                        "</applicationData>"+  
712                                    "</prefillData>" 
713                            }                                 
714                            jQuery('#appDataBAA').val(xmlData); 
715                            var buttonName = jQuery('.jn-button').data('button-name'); 
716                            /* SiteCatalyst  onClick tracking */ 
717                            reportingData.apply_button = buttonName; 
718                            AUI().ready(function() { 
719                                if (window.publisherFW) { 
720                                    window.publisherFW.publishEvent("onClick", reportingData); 
721
722                            }); 
723 
724                            var paramString = '${bCode}' + "&" + xmlData + "&" + '${htmlUtil.escapeURL(htmlUtil.escapeJS(url))}'; 
725                            /* CRC service call */ 
726                            Liferay.Service( 
727                                '/crcutilities.crcremoteservice/make-call', 
728
729                                    storedProcedure: 'crcDDCTextApplyLog', 
730                                    parameters: paramString 
731                                }, 
732                                function(obj) 
733
734                                    //console.log("T2A logging call"); 
735
736                            ); 
737 
738                            this.submit(); 
739                        }); 
740                        var regex = /\d+/g; 
741                        var bdNumber = "${bPhone!''}"; 
742                        var phoneNum = bdNumber.match(regex); 
743                        var areaCode = ""; 
744                        var exchangeCode = ""; 
745                        var num = ""; 
746                        if(phoneNum != null) { 
747                            phoneNum = phoneNum.join(""); 
748                            areaCode = phoneNum.substring(0,3); 
749                            exchangeCode = phoneNum.substring(3,6); 
750                            num = phoneNum.substring(6,10); 
751
752                        var product = ""; 
753                        switch(page) { 
754                            case "consumer-platinum2103": 
755                                product="Platinum Card" 
756                                break; 
757                            case "consumer-edr2112": 
758                                product="Everyday Rewards+ Card" 
759                                break; 
760                            case "secured": 
761                                product="Secured Card" 
762                                break; 
763                            case "business-cash-preferred": 
764                                product="Business Cash Preferred" 
765                                break; 
766                            case "business-real-rewards": 
767                                product="Business Real Rewards Card" 
768                                break; 
769                            case "business-rewards-plus": 
770                                product="Business Rewards PLUS Card" 
771                                break; 
772                            case "premier-visa-signature": 
773                                product="Premier Visa Signature Card" 
774                                break; 
775                            case "business-platinum2103": 
776                                product="Business Card" 
777                                break; 
778                            case "visa-signature": 
779                                product="Visa Signature Card" 
780                                break;         
781                            case "travel-rewards-plus": 
782                                product="Travel Rewards+ Card" 
783                                break;   
784                            case "reserve-rewards-plus": 
785                                product="Reserve Rewards+ Card" 
786                                break;         
787                            case "max-cash": 
788                                product="Max Cash Preferred Card" 
789                                break;     
790                            case "max-cash-secured": 
791                                product="Max Cash Secured Card" 
792                                break;    
793                            case "college-real-rewards": 
794                                product="College Real Rewards Card" 
795                                break;    
796                            case "smart-business-rewards": 
797                                product="Smart Business Rewards Card" 
798                                break;                              
799                            default:   
800                                product = "All Cards";                           
801                        }                                  
802                             
803                        /* update SiteCatalyst data object */ 
804                        reportingData.current_page = "microsite:${partnerName}:" + domain + ':' + page.replace('-',' '); 
805                        reportingData.location_code = '${rlc!0}'; 
806                        reportingData.product = product; 
807                        reportingData.site_section = 'credit cards'; 
808                        reportingData.platform = 'microsite'; 
809                        reportingData.partner_name = "${partnerName}"; 
810                        reportingData.Banker_id = '${boeid}'; 
811                        reportingData.Banker_code = '${bCode}'; 
812                        reportingData.visitor_type = 'prospect'; 
813                        reportingData.text_to_apply_source = '${text_to_apply_source}'; 
814                        reportingData.page_type = 'product';  
815                        reportingData.campaign_id = '${campaignId}';  
816 
817                        jQuery('.applyNowLink').on('click', function(e){ 
818                            const bankerId = '${boeid}'; 
819                            const employeeId = ""; 
820                            let visitorId = bankerId; 
821                             
822                            if('${isEmployee?string("yes", "no")}' == "yes") { 
823                                visitorId = employeeId; 
824
825                            // get action url of form submit button  
826                            const href = document.getElementById('BAAForm').action; 
827 
828                            const urlParams = new URLSearchParams(href); 
829                            let offerId = "";                    
830 
831                            if(urlParams.has('offerid')) { 
832                                offerId = urlParams.get('offerid'); 
833
834 
835                            if(urlParams.has('offerId')) { 
836                                offerId = urlParams.get('offerId'); 
837
838                             
839                            window.dataLayer.push({ 
840                                'event' : 'apply_payload', 
841                                'location_code': locationCode, 
842                                'banker_code': '${bCode}', 
843                                'offer_id': offerId, 
844                                'visitor_id': visitorId, 
845                            }); 
846                            return false; 
847                        }); 
848                    }); 
849                </script> 
850                                     
851            <#else> 
852                <script> 
853                    console.log("FI Cards Data empty"); 
854                    location.href = '${url404}'; 
855                </script> 
856            </#if>                   
857        <#else> 
858            <script> 
859                console.log("Fi opt-out"); 
860                location.href = '${url404}'; 
861            </script> 
862        </#if>        
863    <#else> 
864        <script> 
865            console.log("client profile empty"); 
866            location.href = '${url404}'; 
867        </script> 
868    </#if>   
869 
870</#if> 
871<#assign clientdata = utilServ.makeCall('crcDDCTier1Customizations','0&'+pbu+'&'+subbu+'&11')> 
872<#if (clientdata?size > 0)> 
873    <#assign backgroundColor = clientdata[0].backgroundHexColor>               
874</#if> 
875<script> 
876    // Makes the Header subtitle work if there is two lines of text  
877    var consumerHeader = document.getElementsByClassName("consumer-card")[0]; 
878    if(consumerHeader){ 
879        var consumerHeroContainer = consumerHeader.getElementsByClassName("hero-main-container")[0]; 
880        const offerTextTop = consumerHeader.querySelector(".offer-text-top"); 
881        const gradientHeight = Math.max(offerTextTop.offsetHeight + 50, 200) + "px"; 
882        var consumerOfferHeader = consumerHeader.getElementsByClassName("offer-subtitle")[0]; 
883        const consumerSubtitle = consumerOfferHeader.getElementsByTagName("p")[0]; 
884        if (consumerSubtitle.innerText.length >= 76){ 
885            //two lines 
886            consumerHeroContainer.style.background = "linear-gradient(180deg, ${backgroundColor!'#173989'} " + gradientHeight + ", #f8f8f8 " + gradientHeight + ")"; 
887
888
889 
890    var buisnessHeader = document.getElementsByClassName("business-card")[0];   
891    if(buisnessHeader) { 
892        var buisnessHeroContainer = buisnessHeader.getElementsByClassName("hero-main-container")[0]; 
893        var buisnessOfferHeader = buisnessHeader.getElementsByClassName("offer-subtitle")[0]; 
894 
895        if(buisnessOfferHeader.innerText.length >= 31 && buisnessOfferHeader.innerText.length < 48){ 
896            //not two lines but the header on tablet gose outside of allocated space. 
897            buisnessHeroContainer.style.background = "linear-gradient(180deg, rgba(255,255,255,1) 40%, ${backgroundColor!'#173989'} 40%)"; 
898        } else if (buisnessOfferHeader.innerText.length >= 48){ 
899            //two lines 
900            buisnessHeroContainer.style.background = "linear-gradient(180deg, rgba(255,255,255,1) 45%, ${backgroundColor!'#173989'} 45%)"; 
901
902
903</script> 
テンプレート処理中にエラーが発生しました。
The following has evaluated to null or missing:
==> url404  [in template "10153#10191#7958267" at line 28, column 30]

----
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: ${url404}  [in template "10153#10191#7958267" at line 28, column 28]
----
1<#assign url = themeDisplay.getURLCurrent() > 
2<#assign qstringmap = httpUtil.getParameterMap(httpUtil.getQueryString(url))> 
3<#assign utilServ = (serviceLocator.findService("com.elan.crc.utilites.service.CRCRemoteServiceService"))! /> 
4 
5<#if qstringmap["bankercode"]?has_content> 
6    <#assign bankercode = qstringmap["bankercode"]?first> 
7    <#assign bankercode = htmlUtil.escape(bankercode)> 
8    <#assign bankercode = htmlUtil.escapeJS(bankercode)> 
9    <#assign bankercode = htmlUtil.escapeURL(bankercode)> 
10 
11    <#assign fiData= utilServ.makeCall('crcDDCBankerAssistedAppSql','0&'+bankercode)> 
12    <#if fiData?first?has_content> 
13        <#assign fi = fiData?first> 
14        <#if ((fi.projectId == "12") || (fi.projectId == "13") || (fi.projectId == "14"))> 
15            <#assign subbu_special = fi.offerId> 
16        </#if> 
17    </#if>  
18 
19    <#assign bData = utilServ.makeCall('crcDDCBankerAssistedAppDetailSql','0&'+bankercode)> 
20    <#list bData as b>         
21      <#assign rLC = b.reallocationcode > 
22      <#assign lc = b.locationcode > 
23      <#assign mappedLC = b.mappedLocationCode > 
24    </#list>     
25<#else> 
26    <script> 
27        console.log("MainProductBcode missing"); 
28        //location.href = '${url404}'; 
29    </script> 
30</#if> 
31 
32<#if bankercode?starts_with("amp") && (url?contains("11t1m"))> 
33    <#assign ameriprise = true> 
34<#else> 
35    <#assign ameriprise = false> 
36</#if> 
37 
38<#if mappedLC?has_content && !ameriprise> 
39    <#assign lc = mappedLC > 
40</#if> 
41 
42 
43<#if lc?has_content> 
44    <#assign prefix = "00000" > 
45    <#assign lcWithPrefix = prefix + lc > 
46    <#assign withPrefixLength = lcWithPrefix?length > 
47    <#assign startHere = withPrefixLength - 5> 
48    <#assign lc = lcWithPrefix?substring(startHere)> 
49    <#assign clientProfileService = (serviceLocator.findService("com.elan.crc.user.service.CrcClientProfileLocalService"))! /> 
50    <#assign clientProfileList = clientProfileService.findByLocationCode(lc)> 
51 
52    <#assign clientProfile = clientProfileList?first>  
53    <#assign partnerName=clientProfile.getMarketingNameLong()> 
54    <#assign pbu = clientProfile.getPbu()> 
55    <#assign subbu = clientProfile.getSUBBRANDBUNBR()> 
56    <#assign optoutData = utilServ.makeCall('crc_DDCSAAOptOut',pbu+'&'+subbu)> 
57 
58    <#assign optoutData = utilServ.makeCall('crc_DDCSAAOptOut',pbu+'&'+subbu)> 
59    <#if (optoutData?size == 0)> 
60            <#if (subbu_special?has_content)> 
61                <#assign fiCardsData = utilServ.makeCall('crcTier3GetPbuData','0&' + pbu + '&' + subbu_special)>  
62                <script> 
63                    console.log('new subbu', '${subbu_special!''}'); 
64                </script>  
65            <#else> 
66                <#assign fiCardsData = utilServ.makeCall('crcTier3GetPbuData','0&' + pbu + '&' + subbu)>  
67            </#if> 
68            <#if (fiCardsData?size > 0)> 
69                <#assign cardProvider = utilServ.makeCall('crcDDCGetMcOrVisa', fiCardsData[0].offerType + '&' + lc)> 
70                <#assign cardProviderAbbreviated = ''> 
71                <#if (cardProvider?size > 0)> 
72                    <#-- This will be V for visa or M for mastercard. --> 
73                    <#assign cardProviderAbbreviated = cardProvider[0].cardType> 
74                <#else> 
75                    <script> 
76                        console.log('No V or M data') 
77                    </script> 
78                </#if> 
79                <#list fiCardsData as fib> 
80                    <#switch fib.offerType> 
81                        <#case "101"> 
82                            <#assign productURL = "consumer-edr2112"> 
83                            <#assign productName = "Everyday Rewards+"> 
84                            <#break> 
85                        <#case "104"> 
86                            <#assign productURL = "max-cash"> 
87                            <#assign productName = "Max Cash Preferred Card">       
88                            <#break> 
89                        <#case "108"> 
90                            <#assign productURL="consumer-platinum2103"> 
91                            <#assign productName="Platinum Card"> 
92                            <#break> 
93                        <#case "109"> 
94                            <#assign productURL="consumer-platinum2103"> 
95                            <#assign productName="Platinum Card"> 
96                            <#break> 
97                        <#case "115"> 
98                            <#assign productURL = "secured"> 
99                            <#assign productName = "Secured Card" > 
100                            <#break> 
101                        <#case "138"> 
102                            <#assign productURL = "travel-rewards-plus"> 
103                            <#assign productName = "Travel Rewards+" > 
104                            <#break> 
105                        <#case "141"> 
106                            <#assign productURL = "college-real-rewards"> 
107                            <#assign productName = "College Real Rewards" >     
108                            <#break> 
109                        <#case "147"> 
110                            <#assign productURL = "max-cash-secured"> 
111                            <#assign productName = "Max Cash Secured Card" >     
112                            <#break> 
113                        <#case "154"> 
114                            <#assign productURL = "reserve-rewards-plus"> 
115                            <#assign productName = "Reserve Rewards+" > 
116                            <#break> 
117                        <#case "121"> 
118                            <#assign productURL = "business-platinum2103"> 
119                            <#assign productName = "Business Card" > 
120                            <#break> 
121                        <#case "128"> 
122                            <#assign productURL = "business-cash-preferred"> 
123                            <#assign productName = "Business Cash Preferred" > 
124                            <#break> 
125                        <#case "143"> 
126                            <#assign productURL = "business-real-rewards"> 
127                            <#assign productName = "Business Real Rewards Card" > 
128                            <#break> 
129                        <#case "144"> 
130                            <#assign productURL = "smart-business-rewards"> 
131                            <#assign productName = "Smart Business Rewards Card" >     
132                            <#break> 
133                        <#default>                                                         
134                    </#switch> 
135                    <#if productURL?has_content && url?matches(".*/${productURL}\\?.*")> 
136                            <#list product.getSiblings() as card> 
137                                <#if (card.offerType.getData() == fib.offerType)> 
138                                    <div class="content-container" title="${partnerName!''} - Disclaimer"> 
139                                        <div class="jn-disclaimer"> 
140                                                 
141                                            <#if pbuList.getData()?has_content && pbuList.getData()?contains(pbu) && card.disclaimerAssociatedBank.getData()?has_content> 
142                                                ${card.disclaimerAssociatedBank.getData()} 
143                                            <#else> 
144                                                <#if (card.disclaimerVisa?has_content && cardProviderAbbreviated?contains('V'))> 
145                                                    ${card.disclaimerVisa.getData()} 
146                                                </#if> 
147                                                <#if (card.disclaimerMasterCard?has_content && cardProviderAbbreviated?contains('M')) > 
148                                                    ${card.disclaimerMasterCard.getData()} 
149                                                </#if> 
150                                            </#if> 
151                                             
152                                        </div> 
153                                    </div> 
154                                    <#break> 
155                                </#if> 
156                            </#list> 
157                        <#break> 
158                    </#if> 
159                </#list> 
160            <#else> 
161                <script> 
162                    console.log("Empty card data"); 
163                </script> 
164            </#if> 
165    <#else> 
166        <script> 
167            console.log("FI opt out"); 
168        </script> 
169    </#if> 
170 
171<#else> 
172    <script> 
173        console.log("No lc for disclaimer"); 
174    </script> 
175</#if> 
テンプレート処理中にエラーが発生しました。
The following has evaluated to null or missing:
==> url404  [in template "10153#10191#5433717" at line 20, column 28]

----
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: ${url404}  [in template "10153#10191#5433717" at line 20, column 26]
----
1<#assign url = themeDisplay.getURLCurrent() > 
2<#assign qstringmap = httpUtil.getParameterMap(httpUtil.getQueryString(url))> 
3<#assign utilServ = (serviceLocator.findService("com.elan.crc.utilites.service.CRCRemoteServiceService"))! /> 
4<#assign aDateTime = .now> 
5<#assign currentYear = aDateTime?string.yyyy> 
6 
7<#if  qstringmap["bankercode"]?has_content> 
8    <#assign bCode= qstringmap["bankercode"]?first> 
9    <#assign bCode = htmlUtil.escape(bCode)> 
10    <#assign bCode = htmlUtil.escapeJS(bCode)> 
11     
12    <#assign bData = utilServ.makeCall('crcDDCBankerAssistedAppDetailSql','0&'+bCode)> 
13    <#list bData as b> 
14      <#assign lc = b.reallocationcode > 
15    </#list> 
16     
17<#else> 
18    <script> 
19        console.log("MainProductBcode missing"); 
20        location.href = '${url404}'; 
21    </script> 
22</#if> 
23 
24<#assign prefix = "00000" > 
25<#assign lcWithPrefix = prefix + lc > 
26<#assign withPrefixLength = lcWithPrefix?length > 
27<#assign startHere = withPrefixLength - 5> 
28<#assign lc = lcWithPrefix?substring(startHere)> 
29<#if lc?has_content> 
30   <#assign clientProfileService = (serviceLocator.findService("com.elan.crc.user.service.CrcClientProfileLocalService"))! /> 
31   <#assign clientProfileList = clientProfileService.findByLocationCode(lc)> 
32   <#assign clientProfile = clientProfileList?first> 
33   <#assign pbu = clientProfile.getPbu()> 
34   <#assign subbu = clientProfile.getSUBBRANDBUNBR()> 
35   <#assign partnerName=clientProfile.getMarketingNameLong()> 
36   <#assign clientDataService = (serviceLocator.findService("com.elan.crc.user.service.CrcPbuLocalService"))! /> 
37   <#assign clientProfileDataList = clientDataService.getByPbuAndSubBu(pbu,subbu)> 
38   <#assign partnerUrl = clientProfileDataList.getPartnerMainUrl()> 
39   <script>//console.log('partnerUrl: ${partnerUrl}')</script> 
40   <#if partnerUrl?has_content && !partnerUrl?matches(r"(?i)^https?\:\/\/.*")> 
41        <#assign partnerUrl = 'https://' + partnerUrl> 
42        <script>console.log('Come to here by accident')</script> 
43    </#if> 
44</#if> 
45<script src="https://unpkg.com/micromodal/dist/micromodal.min.js"></script> 
46 
47<footer class="footer bg-color-black text-color-white"> 
48    ${footerContent.getData()} 
49</footer> 
50<!-- BEGIN CALIFORNIA OPT-OUT MODAL --> 
51 
52<style> 
53    #opt-out-button, 
54    .modal__btn.learn-more { 
55        background: #0C2074; 
56        border: 1px solid #0C2074; 
57        color: white; 
58        text-transform: uppercase; 
59        text-decoration: none; 
60        font-size: 16px; 
61        padding: 0.5rem 2rem; 
62        display: inline-block; 
63        border-radius: 0; 
64
65    #opt-out-button:hover, 
66    .modal__btn.learn-more:hover { 
67        color: white; 
68        border-color: #2C76AF !important; 
69        background-color: #2C76AF !important; 
70
71    .modal__btn.learn-more { 
72        background: white; 
73        border: 1px solid #0C2074; 
74        color: #0C2074; 
75
76    #opt-out-button[disabled="true"] { 
77        background-color: rgba(0,0,0,.15); 
78        color: rgba(0,0,0,.45); 
79        border-color: rgba(0,0,0,.25); 
80
81    #opt-out-button:hover[disabled="true"] { 
82        background-color: rgba(0,0,0,.15) !important; 
83        color: rgba(0,0,0,.45) !important; 
84        border-color: rgba(0,0,0,.25) !important; 
85
86    #opt-out-button:focus { 
87        outline-style: solid; 
88        outline-color: white; 
89        outline-offset: -3px; 
90        outline-width: 1px; 
91
92    .opt-out-link svg { 
93        width: 30px; 
94        height: 14px; 
95        width: auto; 
96        vertical-align: middle; 
97
98    .modal__overlay { 
99        position: fixed; 
100        top: 0; 
101        left: 0; 
102        right: 0; 
103        bottom: 0; 
104        background: rgba(0,0,0,0.6); 
105        display: flex; 
106        justify-content: center; 
107        align-items: center; 
108
109 
110    .modal__container { 
111        background-color: #fff; 
112        padding: 30px; 
113        max-width: 500px; 
114        max-height: 100vh; 
115        border-radius: 4px; 
116        overflow-y: auto; 
117        box-sizing: border-box; 
118
119 
120    .modal__header { 
121        display: flex; 
122        justify-content: space-between; 
123        align-items: center; 
124
125 
126    .modal__title { 
127        margin-top: 0; 
128        margin-bottom: 0; 
129        font-weight: 600; 
130        font-size: 20px; 
131        line-height: 1.25; 
132        color: #00449e; 
133        box-sizing: border-box; 
134
135 
136    .modal__close { 
137        background: transparent; 
138        border: 1px solid white; 
139        padding: 4px 8px; 
140
141    .modal__close:hover { 
142        border: 1px solid black; 
143
144 
145    .modal__header .modal__close:before { content: "\2715"; } 
146 
147    .modal__content { 
148        margin-top: 2rem; 
149        margin-bottom: 2rem; 
150        line-height: 1.5; 
151
152 
153    @keyframes mmfadeIn { 
154        from { opacity: 0; } 
155        to { opacity: 1; } 
156
157 
158    @keyframes mmfadeOut { 
159        from { opacity: 1; } 
160        to { opacity: 0; } 
161
162 
163    @keyframes mmslideIn { 
164        from { transform: translateY(15%); } 
165        to { transform: translateY(0); } 
166
167 
168    @keyframes mmslideOut { 
169        from { transform: translateY(0); } 
170        to { transform: translateY(-10%); } 
171
172 
173    .micromodal-slide { 
174        display: none; 
175
176 
177    .micromodal-slide.is-open { 
178        display: block; 
179
180 
181    .micromodal-slide[aria-hidden="false"] .modal__overlay { 
182        animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1); 
183
184 
185    .micromodal-slide[aria-hidden="false"] .modal__container { 
186        animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1); 
187
188 
189    .micromodal-slide[aria-hidden="true"] .modal__overlay { 
190        animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1); 
191
192 
193    .micromodal-slide[aria-hidden="true"] .modal__container { 
194        animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1); 
195
196 
197    .micromodal-slide .modal__container, 
198    .micromodal-slide .modal__overlay { 
199        will-change: transform; 
200
201</style> 
202 
203<div class="modal micromodal-slide" id="modal-1" aria-hidden="true"> 
204    <div class="modal__overlay" tabindex="-1" data-micromodal-close> 
205        <div class="modal__container" role="dialog" aria-modal="true" aria-labelledby="modal-1-title"> 
206            <header class="modal__header"> 
207                <h2 class="modal__title" id="modal-1-title"> 
208                Your California privacy choices 
209                </h2> 
210                <button class="modal__close" aria-label="Close modal" data-micromodal-close></button> 
211            </header> 
212            <div class="modal__content" id="modal-1-content"> 
213                <div id="message-no-cookie"> 
214                    <p> 
215                    We use technologies, such as cookies, that gather information on our website. That information is used for a variety of purposes, such as to understand how visitors interact with our websites, or to serve advertisements on our websites or on other websites. The use of technologies, such as cookies, constitutes a ‘share’ or ‘sale’ of personal information under the California Privacy Rights Act. You can stop the use of certain third-party tracking technologies that are not considered our service providers by clicking on “Opt-Out” below or by broadcasting the global privacy control signal.</p> 
216                     
217                    <p>&nbsp;</p> 
218 
219                    <p>Note that due to technological limitations, if you visit our website from a different computer or device, or clear cookies on your browser that store your preferences, you will need to return to this screen to opt-out and/or rebroadcast the signal. You can find a description of the types of tracking technologies, and your options with respect to those technologies, by clicking “Learn more” below.</p> 
220                </div> 
221                <div id="message-with-cookie"> 
222                    <p>You have successfully opted-out.</p> 
223                </div> 
224            </div> 
225            <div class="modal__footer"> 
226                <a href="https://www.myaccountaccess.com/onlineCard/publicPrivacyPolicy.do?phase=privacyPolicy" target="_blank" class="modal__btn learn-more" aria-label="Learn more">Learn More</a>                
227                <button id="opt-out-button" class="modal__btn modal__btn-primary" aria-label="Opt Out and Close modal" onclick="window.californiaOptOut()">Opt Out</button> 
228            </div> 
229        </div> 
230    </div> 
231</div> 
232<!-- END CALIFORNIA OPT-OUT MODAL --> 
233 
234<script> 
235    const copyrightNode = document.querySelector('.footer .copyright'); 
236    const fdicNode = document.querySelector('.footer .fdic'); 
237    const agreementNode = document.querySelector('.footer .member-agreement'); 
238    if(agreementNode) { 
239        agreementNode.innerHTML='<p><a class="text-color-white" href="https://online1.elancard.com/oad/cmas.controller?locationCode=${lc!0}&preparerType=customer&isNewRequest=false" target="_blank">Cardmember Agreements</a></p>'; 
240
241    if (copyrightNode) { 
242        copyrightNode.innerHTML = '<sup>©</sup> Elan Financial Services ' + ${currentYear}; 
243        copyrightNode.classList.add('ecdma-footer-client-name-copyright'); 
244
245    if (fdicNode) { 
246        fdicNode.innerHTML = '<p><a class="text-color-white" href="https://login.elancreditcard.com/onlineCard/publicPrivacyPolicy.do?phase=privacyPolicy" target="_blank">Privacy and Security</a></p>'; 
247        fdicNode.insertAdjacentHTML('afterend', '<div style="display: inline-block; margin-left: 100px;"><a class="text-color-white opt-out-link" href="javascript:void(0);" data-micromodal-trigger="modal-1">Your California privacy choices <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 14" xml:space="preserve"><path d="M7.4 12.8h6.8l3.1-11.6H7.4C4.2 1.2 1.6 3.8 1.6 7s2.6 5.8 5.8 5.8z" fill-rule="evenodd" clip-rule="evenodd" fill="#fff"/><path d="M22.6 0H7.4c-3.9 0-7 3.1-7 7s3.1 7 7 7h15.2c3.9 0 7-3.1 7-7s-3.2-7-7-7zm-21 7c0-3.2 2.6-5.8 5.8-5.8h9.9l-3.1 11.6H7.4c-3.2 0-5.8-2.6-5.8-5.8z" fill-rule="evenodd" clip-rule="evenodd" fill="#06f"/><path d="M24.6 4c.2.2.2.6 0 .8L22.5 7l2.2 2.2c.2.2.2.6 0 .8-.2.2-.6.2-.8 0l-2.2-2.2-2.2 2.2c-.2.2-.6.2-.8 0-.2-.2-.2-.6 0-.8L20.8 7l-2.2-2.2c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0l2.2 2.2L23.8 4c.2-.2.6-.2.8 0z" fill="#fff"/><path d="M12.7 4.1c.2.2.3.6.1.8L8.6 9.8c-.1.1-.2.2-.3.2-.2.1-.5.1-.7-.1L5.4 7.7c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0L8 8.6l3.8-4.5c.2-.2.6-.2.9 0z" fill="#06f"/></svg></a></div>'); 
248
249     
250</script> 
251<#if partnerUrl?has_content> 
252    <script> 
253        const homelinkNode = document.querySelector('.footer .copyright .homelink'); 
254        if (homelinkNode) { 
255            homelinkNode.href="${partnerUrl!''}"; 
256            homelinkNode.title="${partnerName!''}"; 
257            homelinkNode.innerText="Home"; 
258
259    </script> 
260</#if> 
261<!-- BEGIN CALIFORNIA OPT-OUT MODAL LOGIC --> 
262 
263<script> 
264    window.getCookieDomain = function() { 
265        var hostname = window.location.hostname.split("."); 
266        return hostname && hostname.slice(hostname.length - 2).join("."); 
267
268    window.setToOptOut = function() { 
269        if (window.getCookie('privacy_optout')) { 
270                document.getElementById('message-no-cookie').style.display = 'none'; 
271                document.getElementById('message-with-cookie').style.display = 'block'; 
272                document.getElementById('opt-out-button').setAttribute('disabled', true) 
273            } else { 
274                document.getElementById('message-no-cookie').style.display = 'block'; 
275                document.getElementById('message-with-cookie').style.display = 'none'; 
276
277
278    window.getCookie = function(name) { 
279        var value = '; ' + document.cookie; 
280        var parts = value.split('; ' + name + '='); 
281        if (parts.length === 2) return parts.pop().split(';').shift(); 
282
283    window.californiaOptOut = function() { 
284        if (!window.getCookie('privacy_optout')) { 
285            document.cookie = 'privacy_optout=1; path=/; domain=' + window.getCookieDomain() + '; expires=Thu, 31 Dec 2099 00:00:00 GMT;'; 
286            try { 
287             if (window.CustomEvent) { 
288                window.dispatchEvent(new CustomEvent('privacy_optout')); 
289             } else { 
290                var privacyOptoutEvent = document.createEvent('Event'); 
291                privacyOptoutEvent.initEvent('privacy_optout', true, true); 
292                window.dispatchEvent(privacyOptoutEvent); 
293
294             window.setToOptOut(); 
295            } catch (err) { 
296             console.error(err); 
297
298
299
300    MicroModal.init({ 
301        onShow: window.setToOptOut 
302    }); 
303    AUI().ready(function() { 
304        // user browser setting for Global Privacy Control to opt out of sharing information with third parties 
305        const isBrowserGpcOptOut = navigator.globalPrivacyControl; 
306        if(isBrowserGpcOptOut === true) { 
307        window.californiaOptOut(); 
308
309    }); 
310</script> 
311<!-- END CALIFORNIA OPT-OUT MODAL LOGIC -->