A government website registered with the Digital Government Authority.
Official Saudi Government websites URL ends with.gov.sa .
Website belongs to an official government organization in the Kingdom ofSaudi Arabia always ends with .gov.sa .
Official Reliable websites useHTTPS
Ensure the website is using the HTTPS protocol.
An error occurred while processing the template.
Java method "com.digitallab.gastat.article.service.template.context.contributor.api.ArticleServiceUtil.getContentByClassPK(long, String)" threw an exception when invoked on com.digitallab.gastat.article.service.template.context.contributor.api.ArticleServiceUtil object "com.digitallab.gastat.article.service.template.context.contributor.api.ArticleServiceUtil@206d42b8"; see cause exception in the Java stack trace.
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${articleService.getContentByClassPK(... [in template "11099719610328#20119#127219" at line 4, column 17]
----
1<div class="container max-w-1400">
2<#if entries?has_content>
3 <#list entries as entry>
4 ${articleService.getContentByClassPK(entry.classPK?number, "105182")}
5 </#list>
6 <#else>
7 <h2>
8 <@liferay.language key="no-results-found"/>
9 </h2>
10</#if>
11</div>