Notices and Disclosures

Choose your state of residence to review the policy and disclosure information that impact you.


An error occurred while processing the template.
The following has evaluated to null or missing:
==> cpl  [in template "20116#20152#4376125" at line 9, column 18]

----
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: #assign state = cpl.getValueFromPrefe...  [in template "20116#20152#4376125" at line 9, column 1]
----
1<#-- 
2Web content templates are used to lay out the fields defined in a web 
3content structure. 
4 
5Please use the left panel to quickly add commonly used variables. 
6Autocomplete is also available and can be invoked by typing "${". 
7--> 
8<#assign view = freeMarkerPortletPreferences.toString()!"" /> 
9<#assign state = cpl.getValueFromPreferenceString(view,"CPLState")/> 
10<#assign stateName = ""/> 
11<#if state?? && state?has_content> 
12<#assign regionService = serviceLocator.findService("com.cno.cpl.service.api.CPRegionService")/> 
13<#assign stateOption = regionService.getStateForRegionCode(state)/> 
14<#if stateOption?? && stateOption.getName()?? && stateOption.getName()?has_content> 
15<#assign stateName = stateOption.getName()/> 
16</#if> 
17</#if> 
18<div class="col-xs-12" style="padding-left:0px;margin-bottom: 30px; margin-top: 30px;"> 
19			 
20				<p class="disclosure_heading">${Line2Text.getData()}</p><p> 
21					    
22									</p> 
23									 <#if Tool?? && Tool.getData()?? && Tool.getData() != ""> 
24				<div class="disclosure-tool"> 
25					<div class="col-xs-1 disclosure_img"> 
26						 
27						<img data-fileentryid="${Tool.getAttribute("fileEntryId")}" alt="${Tool.getAttribute("alt")}" src="${Tool.getData()}" /> 
28						 
29					</div> 
30						<#if Tool.ToolDesc??> 
31					  <div class="col-xs-10 col-sm-9 col-md-9 disclosure_tool_text"> 
32						   <div class="">${Tool.ToolDesc.getData()}</div> 
33					</div> 
34					</#if> 
35				</div> 
36				</#if> 
37				<div class="clear-text"></div>                         
38			</div> 
An error occurred while processing the template.
The following has evaluated to null or missing:
==> cpl  [in template "20116#20152#4364318" at line 10, column 18]

----
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: #assign apply = cpl.getValueFromPrefe...  [in template "20116#20152#4364318" at line 10, column 1]
----
1<#-- 
2Web content templates are used to lay out the fields defined in a web 
3content structure. 
4 
5Please use the left panel to quickly add commonly used variables. 
6Autocomplete is also available and can be invoked by typing "${". 
7--> 
8<#assign sectionNamespace = randomNamespace/> 
9<#assign view = freeMarkerPortletPreferences.toString()!"" /> 
10<#assign apply = cpl.getValueFromPreferenceString(view,"CPLApply") /> 
11<div id="${sectionNamespace}" class="notices"> 
12<#if apply!="true"> 
13    <#if SectionTitle.IsSubSection?? && getterUtil.getBoolean(SectionTitle.IsSubSection.getData(),false)> 
14    <h4 class="sectionTitle disclosure_sub_title" style="display:none;">${SectionTitle.getData()}<p></h4> 
15    <#else> 
16    <h3 class="sectionTitle disclosure_title">${SectionTitle.getData()}<p></h3> 
17    </#if> 
18</#if> 
19<#if Forms.getSiblings()?has_content> 
20	<#list Forms.getSiblings() as cur_Forms> 
21		 
22		<#assign article = cur_Forms.getData()?eval /> 
23                        <@liferay_asset["asset-display"] className=article.className  
24                        classPK=getterUtil.getLong(article.classPK, 0) 
25                        template="full_content"  /> 
26	</#list> 
27</#if> 
28<#if SectionTitle?? && !(SectionTitle.IsSubSection?? && getterUtil.getBoolean(SectionTitle.IsSubSection.getData(),false))> 
29<#if apply!="true"> 
30<div class="separator"></div> 
31</#if> 
32<#else> 
33<script> 
34 function showSectionHeadingsBasedOnDocs(elemId){ 
35        var docSections = $("#"+elemId).find(".disclosure_link"); 
36        if(docSections.length >0 && $(".disclosure_sub_title").not(":visible")){ 
37           $(".disclosure_sub_title").show(); 
38
39
40    $(document).ready(function() { 
41	showSectionHeadingsBasedOnDocs('${sectionNamespace}'); 
42}); 
43</script> 
44</#if> 
45</div> 
An error occurred while processing the template.
The following has evaluated to null or missing:
==> cpl  [in template "20116#20152#4364318" at line 10, column 18]

----
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: #assign apply = cpl.getValueFromPrefe...  [in template "20116#20152#4364318" at line 10, column 1]
----
1<#-- 
2Web content templates are used to lay out the fields defined in a web 
3content structure. 
4 
5Please use the left panel to quickly add commonly used variables. 
6Autocomplete is also available and can be invoked by typing "${". 
7--> 
8<#assign sectionNamespace = randomNamespace/> 
9<#assign view = freeMarkerPortletPreferences.toString()!"" /> 
10<#assign apply = cpl.getValueFromPreferenceString(view,"CPLApply") /> 
11<div id="${sectionNamespace}" class="notices"> 
12<#if apply!="true"> 
13    <#if SectionTitle.IsSubSection?? && getterUtil.getBoolean(SectionTitle.IsSubSection.getData(),false)> 
14    <h4 class="sectionTitle disclosure_sub_title" style="display:none;">${SectionTitle.getData()}<p></h4> 
15    <#else> 
16    <h3 class="sectionTitle disclosure_title">${SectionTitle.getData()}<p></h3> 
17    </#if> 
18</#if> 
19<#if Forms.getSiblings()?has_content> 
20	<#list Forms.getSiblings() as cur_Forms> 
21		 
22		<#assign article = cur_Forms.getData()?eval /> 
23                        <@liferay_asset["asset-display"] className=article.className  
24                        classPK=getterUtil.getLong(article.classPK, 0) 
25                        template="full_content"  /> 
26	</#list> 
27</#if> 
28<#if SectionTitle?? && !(SectionTitle.IsSubSection?? && getterUtil.getBoolean(SectionTitle.IsSubSection.getData(),false))> 
29<#if apply!="true"> 
30<div class="separator"></div> 
31</#if> 
32<#else> 
33<script> 
34 function showSectionHeadingsBasedOnDocs(elemId){ 
35        var docSections = $("#"+elemId).find(".disclosure_link"); 
36        if(docSections.length >0 && $(".disclosure_sub_title").not(":visible")){ 
37           $(".disclosure_sub_title").show(); 
38
39
40    $(document).ready(function() { 
41	showSectionHeadingsBasedOnDocs('${sectionNamespace}'); 
42}); 
43</script> 
44</#if> 
45</div>