Imagebanner-CZ

Hotline-CZ

Při zpracování šablony došlo k chybě.
The following has evaluated to null or missing:
==> assetPublisherHelper  [in template "20116#20152#2953214" at line 8, column 27]

----
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 organizationNo = assetPublish...  [in template "20116#20152#2953214" at line 8, 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 organizationNo = assetPublisherHelper.getOrganizationNo(request['theme-display']['user-id']) > 
9<#assign user_Id = getterUtil.getLong(request['theme-display']['user-id']) > 
10<#assign organizationLocalService = serviceLocator.findService("com.liferay.portal.kernel.service.OrganizationLocalService") > 
11<#assign organizations = organizationLocalService.getUserOrganizations(user_Id) > 
12<#assign friendlyUrlUserGroup = assetPublisherHelper.getFriendlyUrlForUsersGroup(user_Id) /> 
13 
14<article class="pme-hotline-contact clearfix"> 
15	<div class="pme-hotline"> 
16	    <div class="pme-hotline-icon"> 
17	    	<#if hotlineIcon?? && hotlineIcon.getData()??> 
18	    		<img src="${hotlineIcon.getData()}"/> 
19	    	</#if> 
20	    	<span><@liferay.language key='Zavolejte nám' /></span> 
21	    </div> 
22	    <div class="pme-hotline-number"> 
23	        <p>${hotlineNumber.getData()}</p> 
24	        <p> 
25	            <#if hotline_additional?? && hotline_additional.getData()??> 
26	                ${hotline_additional.getData()} 
27	            <#else> 
28	                <@liferay.language key='toll-free' /> 
29	            </#if> 
30	        </p> 
31	    </div> 
32	</div> 
33	<#assign arrow_icon = "${request['theme-display']['path-theme-images']}/icons/arrow_right.svg"> 
34	<a class="pme-hotline-link" href="/web/familienservice-cz/kontakt"> 
35		<img src="${request['theme-display']['path-theme-images']}/icons/mail.svg"/> 
36		<span>E-mail</span> 
37		<img class="arrow" src="${arrow_icon}"/> 
38	</a> 
39	<a class="pme-hotline-link" href="https://my.familienservice.de/web/familienservice-cz/standorte" rel="noopener"> 
40		<img src="${request['theme-display']['path-theme-images']}/icons/standort.svg"/> 
41		<span>Kde nás najdete</span> 
42		<img class="arrow" src="${arrow_icon}" /> 
43	</a> 
44</article>