Fund and investment options and prospectuses for the LiveWell® Retirement Series 

An error occurred while processing the template.
The following has evaluated to null or missing:
==> userEntAppList  [in template "20101#20128#6918581" at line 6, column 24]

----
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: #list userEntAppList as entApp  [in template "20101#20128#6918581" at line 6, column 17]
----
1<#if entries?has_content> 
2    <#list entries as navigationEntry> 
3		<#assign app = false> 
4		<#assign hasEntAccess = false> 
5		<#assign url = ""> 
6		<#list userEntAppList as entApp> 
7			<#if navigationEntry.getLayout()?? && entApp.getApplicationURL()?? && entApp.getApplicationURL() == navigationEntry.getLayout().getFriendlyURL()> 
8				<#assign app = true> 
9				<#if entApp.isUserHasAccess() || isAppNavigationAllowed> 
10					<#assign hasEntAccess = true> 
11				</#if> 
12            </#if> 
13		</#list> 
14		 
15		<#assign url = navigationEntry.getURL()> 
16		 
17		<#if hasEntAccess> 
18			<a href="${url}" class="row box-link justify-content-between bg-white"> 
19			  <div class="col-auto p-0">${navigationEntry.getName()}</div> 
20			  <div class="col-auto p-0"><i class="fal fa-chevron-circle-right"></i></div> 
21			</a> 
22		<#elseif !app> 
23		    <!-- can we check if external link and open in new window? --> 
24			<a href="${url}" class="row box-link justify-content-between bg-white"> 
25			  <div class="col-auto p-0">${navigationEntry.getName()}</div> 
26			  <div class="col-auto p-0"><i class="fal fa-chevron-circle-right"></i></div> 
27            </a> 
28		</#if> 
29	</#list> 
30</#if> 
31<style> 
32.portlet-layout .portlet-header { 
33    display:none; 
34
35    .box-link{ 
36  background: #fff; 
37  padding:1rem; 
38  border-radius:6px; 
39  border:solid 1px #D3D3D3; 
40  margin:.5rem 0; 
41
42 
43.midland-national  a.box-link{ 
44  color: #003D69; 
45
46.midland-national  a.box-link:hover{ 
47  color: #003D69; 
48  border-color:#003D69; 
49  cursor:pointer; 
50
51 
52.north-american  a.box-link{ 
53  color: #00604B; 
54
55.north-american a.box-link:hover{ 
56  color: #00604B; 
57  border-color:#00604B; 
58  cursor:pointer; 
59
60</style> 
If you have questions or want additional information,
please contact Sammons Retirement Solutions at 866-747-3421.