Carousel About Us

Policies in Force Archive

Citizens Highlights

Navigation Menu

An error occurred while processing the template.
Template importing failed (for parameter value "_TEMPLATE_CONTEXT_/20154/20702/12226227/12331509"):
Unable to find FreeMarker template with ID _TEMPLATE_CONTEXT_/20154/20702/12226227/12331509

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #import "${journalTemplatesPath}/1233...  [in template "20154#20194#29350523" at line 2, column 1]
----
1<#-- Global scope --> 
2<#import "${journalTemplatesPath}/12331509" as cpic /> 
3 
4<#if !entries?has_content> 
5	<#if themeDisplay.isSignedIn()> 
6		<div class="alert alert-info"> 
7			<@liferay.language key="there-are-no-menu-items-to-display" /> 
8		</div> 
9	</#if> 
10<#else> 
11    <#if layout.isPrivateLayout()> <#-- Handle adjusters, agents, bpopartners, and lobbyists --> 
12        <#assign curSite = portalUtil.getCurrentCompleteURL(request)?keep_after("/group/")?keep_before("?") /> 
13    <#elseif portalUtil.getCurrentCompleteURL(request)?contains("/web/")> <#-- Catch any public sites --> 
14        <#assign curSite = portalUtil.getCurrentCompleteURL(request)?keep_after("/web/")?keep_before("?") /> 
15    <#else> <#-- defautlt to the main site --> 
16        <#assign curSite = "public" /> 
17    </#if> 
18 
19    <#assign 
20        addLiveChat = false 
21        curSite = curSite?keep_before("/") 
22    /> 
23 
24    <#if curSite == "adjusters"> 
25        <#assign 
26            brkLg = [0] <#-- Use this setting to determine which number icon(s) represents the breakpoint for each row in large view (0 for one row).  MUST BE A SEQUENCE! --> 
27            brkMd = [0] <#-- Use this setting to determine which number icon represents the breakpoint for each row in medium view (0 for one row) --> 
28            brkSm = [0] <#-- Use this setting to determine which number icon represents the breakpoint for each row in small view (0 for one row) --> 
29        /> 
30    <#elseif curSite == "agents"> 
31        <#assign 
32            brkLg = [0] 
33            brkMd = [0] 
34            brkSm = [0] 
35        /> 
36    <#elseif curSite == "bpopartners"> 
37        <#assign 
38            brkLg = [0] 
39            brkMd = [0] 
40            brkSm = [0] 
41        /> 
42    <#elseif curSite == "lobbyist"> 
43        <#assign 
44            brkLg = [0] 
45            brkMd = [0] 
46            brkSm = [0] 
47        /> 
48    <#else> 
49        <#assign 
50            brkLg = [0] 
51            brkMd = [5] 
52            brkSm = [3, 6] 
53        /> 
54    </#if> 
55 
56    <@cpic.buildGlobalAppBar bLg=brkLg bMd=brkMd bSm=brkSm addLiveChat=addLiveChat /> 
57</#if> 

Breadcrumb

Web Content Display (Global)

Policies in Force Archive

Asset Publisher

An error occurred while processing the template.
Template importing failed (for parameter value "_TEMPLATE_CONTEXT_/20154/20702/20083/12331509"):
Unable to find FreeMarker template with ID _TEMPLATE_CONTEXT_/20154/20702/20083/12331509

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #import "${journalTemplatesPath}/1233...  [in template "20154#20194#20919" at line 2, column 1]
----
1<#-- Public scope --> 
2<#import "${journalTemplatesPath}/12331509" as cpic /> 
3 
4<#assign header = "" /> 
5 
6<#list entries> 
7    <div class="${cpic.cpicCssContentClasses} ${cpic.cpicCssContentArchiveClasses}"> 
8        <#items as entry> 
9            <#assign  
10                assetRenderer = entry.getAssetRenderer() 
11                journalArticle = assetRenderer.getAssetObject() 
12            /> 
13 
14            <#attempt> 
15                <#assign 
16                    document = saxReaderUtil.read(journalArticle.getContent()) 
17                    rootElement = document.getRootElement() 
18                /> 
19            <#recover> 
20                <#assign rootElement = "" /> 
21            </#attempt> 
22 
23            <#if rootElement?has_content> 
24                <#assign 
25                    archiveDateString = getterUtil.getString(cpic.getXmlData(rootElement, "Publication_Date")) 
26                    archiveYear = cpic.getFormattedDate(archiveDateString, "yyyy") 
27                /> 
28 
29                <#if header != archiveYear> 
30                    <#assign header = archiveYear /> 
31 
32                    <div class="${cpic.cpicCssContentArchiveHeaderClasses}">${header}</div> 
33                </#if> 
34 
35                <@liferay_journal["journal-article"] 
36                    articleId=journalArticle.getArticleId() 
37                    ddmTemplateKey="20892" <#-- Template key on INT-EWM: 24348875; STG-EWM: 20892; EWM-PROD: 20892 --> 
38                    groupId=journalArticle.getGroupId() 
39                /> 
40            </#if> 
41        </#items> 
42    </div> 
43</#list>