WIDEO

zobacz również
An error occurred while processing the template.
The following has evaluated to null or missing:
==> VideoURL  [in template "20100#20127#285608" at line 9, column 37]

----
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: ${VideoURL.getData()}  [in template "20100#20127#285608" at line 9, column 35]
----
1<#setting locale = locale> 
2<#assign 
3originalDate = dateUtil.parseDate("EEE, d MMM yyyy HH:mm:ss Z", .vars['reserved-article-display-date'].data, localeUtil.getDefault()) 
4hourString = originalDate?string["HH:mm"] 
5journalArticleAssetCategoryUtil = serviceLocator.findService("com.neutrica.smotai.clubs.commons.util.JournalArticleAssetCategoryUtil") 
6categories = journalArticleAssetCategoryUtil.getJournalArticleAssetCategoriesFromVocabulary(groupId, .vars['reserved-article-id'].data, 1679915) 
7/> 
8 
9<div class="top-part" data-video="${VideoURL.getData()}"> 
10	<#if (ThumbnailImage.getData())?has_content> 
11		<img loading="lazy" class="photo-background" src="${ThumbnailImage.getData()}" alt="${ThumbnailImage.getAttribute("alt")}" /> 
12	</#if> 
13	<div class="bottom-gradient"></div> 
14	<i class="icon icon-slg-play"></i> 
15</div> 
16<div class="bottom-part"> 
17	<div class="oneline"> 
18		<span class="date subheading line-separator">${hourString} | </span> 
19       <#if categories?has_content> 
20				<span class="author subheading">${categories[0].getTitle(locale)}</span> 
21			</#if>	 
22	</div> 
23	<div class="title-content-block"> 
24		<h2 class="title">${.vars['reserved-article-title'].data}</h2> 
25	</div> 
26</div> 
26 May 2023 | Bramki

TOP 3 BRAMKI – 25. tydzień

25 May 2023 | Parady

TOP 3 OBRONY – 25. tydzień

25 May 2023 | Kluby

Górnik Zabrze brązowym medalistą Mistrzostw Polski 2022/2023! [KULISY]

25 May 2023 | Kluby

Mistrz PGNiG Superligi 2022/2023

An error occurred while processing the template.
The following has evaluated to null or missing:
==> VideoURL  [in template "20100#20127#285608" at line 9, column 37]

----
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: ${VideoURL.getData()}  [in template "20100#20127#285608" at line 9, column 35]
----
1<#setting locale = locale> 
2<#assign 
3originalDate = dateUtil.parseDate("EEE, d MMM yyyy HH:mm:ss Z", .vars['reserved-article-display-date'].data, localeUtil.getDefault()) 
4hourString = originalDate?string["HH:mm"] 
5journalArticleAssetCategoryUtil = serviceLocator.findService("com.neutrica.smotai.clubs.commons.util.JournalArticleAssetCategoryUtil") 
6categories = journalArticleAssetCategoryUtil.getJournalArticleAssetCategoriesFromVocabulary(groupId, .vars['reserved-article-id'].data, 1679915) 
7/> 
8 
9<div class="top-part" data-video="${VideoURL.getData()}"> 
10	<#if (ThumbnailImage.getData())?has_content> 
11		<img loading="lazy" class="photo-background" src="${ThumbnailImage.getData()}" alt="${ThumbnailImage.getAttribute("alt")}" /> 
12	</#if> 
13	<div class="bottom-gradient"></div> 
14	<i class="icon icon-slg-play"></i> 
15</div> 
16<div class="bottom-part"> 
17	<div class="oneline"> 
18		<span class="date subheading line-separator">${hourString} | </span> 
19       <#if categories?has_content> 
20				<span class="author subheading">${categories[0].getTitle(locale)}</span> 
21			</#if>	 
22	</div> 
23	<div class="title-content-block"> 
24		<h2 class="title">${.vars['reserved-article-title'].data}</h2> 
25	</div> 
26</div> 
More news