Asset Publisher

Předběžná tržní konzultace – stavba D35 3504, Ostrov – Vysoké Mýto, tunel Homole

An error occurred while processing the template.
The following has evaluated to null or missing:
==> FieldsGroup77133029  [in template "38115#38146#83620" at line 36, column 16]

----
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 FieldsGroup77133029.getSiblings...  [in template "38115#38146#83620" at line 36, column 9]
----
1<#assign Date71538644_Data = getterUtil.getString(Date71538644.getData())> 
2<#if validator.isNotNull(Date71538644_Data)> 
3	<#assign Date71538644_DateObj = dateUtil.parseDate("yyyy-MM-dd", Date71538644_Data, locale)> 
4	<#assign datum = dateUtil.getDate(Date71538644_DateObj, "dd-MM-yyyy", locale) /> 
5</#if> 
6 
7<#if (Image35447776.getData())?? && Image35447776.getData() != ""> 
8	<#assign imageUrl = Image35447776.getData() /> 
9</#if> 
10 
11<#if (Text51217418.getData())??> 
12	<#assign Perex = Text51217418.getData() /> 
13</#if> 
14 
15<#if (RichText85770248.getData())??> 
16	<#assign content = RichText85770248.getData() /> 
17</#if> 
18 
19 
20 
21 
22<div class="novinka-wrap"> 
23 
24       <div class="novinka-${datum}"> 
25            <div class="novinka-datum">${datum}</div> 
26             
27		        <#if imageUrl?has_content> 
28		           <img style="max-width: 500px; float: left; padding: 0 30px 30px 0" src="${imageUrl}" /> 
29					  </#if> 
30		      		    	            
31            <div style="font-size: 19px; color: #000; padding: 0 0 10px 0" class="novinka-perex <#if Perex?has_content>bez-perexu</#if>">${Perex}</div> 
32						<div>${content}</div> 
33					 
34		 
35			 
36	<#list FieldsGroup77133029.getSiblings() as item>  
37  <#if (item.Upload21160149.getData())?? && item.Upload21160149.getData() != ""> 
38		<a class="btn btn-sm btn-primary" href="${item.Upload21160149.getData()}" target="_blank" style="margin: 0 10px 15px 0"> 
39			<#if (item.Text28965224.getData())??> 
40				${item.Text28965224.getData()} 
41			<#else> 
42				${languageUtil.format(locale, "download-x", "Upload", false)} 
43			</#if> 
44		</a> 
45	</#if>  
46</#list> 
47             
48       </div> 
49</div> 
Převést na PDF