QhisNewsPublications

حصل خطأ عند معالجة القالب.
Can't convert this string to number: "qhis.moph.gov.qa"
The blamed expression:
==> x?number  [in template "20096#20122#70101" at line 26, column 132]

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign groupId = x?number  [in template "20096#20122#70101" at line 26, column 113]
----
1<div class="mb-3 my-4 publications"> 
2            <div class="service-listing-content d-flex "> 
3                <div class="left-image"> 
4                    <#if (PDF_Image.getData())?? && PDF_Image.getData() != ""> 
5	<img alt="${PDF_Image.getAttribute("alt")}" data-fileentryid="${PDF_Image.getAttribute("fileEntryId")}" src="${PDF_Image.getData()}"  class="img-fluid" width="300"/> 
6</#if> 
7                </div> 
8                <div class="right-content-container mx-3"> 
9                    <a title="Law No. (22) of 2021 regulating the provision of healthcare services within the State" target="_blank" href="${Publications_Documents.getData()}" class="black"> 
10                        <div class="wrapper multiline"> 
11												<h4><#if (Title.getData())??> 
12                  	${Title.getData()} 
13                   </#if></h4></div> 
14                    </a> 
15                    <div class="service-category"> 
16                        <span> 
17                           <#if (Sub_Title.getData())??> 
18	${Sub_Title.getData()} 
19</#if> 
20                        </span> 
21                    </div> 
22                    <div class="Brief mb-3">-</div> 
23										 
24										   <#list Publications_Documents.getData()?split("/") as x>     
25												<#if x?counter ==3> 
26														<#assign groupId = x?number> 
27												</#if> 
28 
29												<#if x?counter ==6> 
30														<#assign uuId = x?keep_before("?")> 
31												</#if> 
32										</#list> 
33											 
34										 
35                      	<#assign fileSize = ""  
36													fileType = "" /> 
37											<#if serviceLocator??> 
38												<#assign dlFileEntry = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService")/>  
39												<#if (uuId??) && (groupId??)> 
40													<#assign file = dlFileEntry.getFileEntryByUuidAndGroupId(uuId,groupId) /> 
41													<#assign fileSize = (file.getSize()/1000)?round+" KB"  /> 
42													<#assign fileType = file.getExtension ()  /> 
43												</#if> 
44											</#if> 
45											 
46											<div> 
47													.${fileType} 
48													<span>- ${fileSize}</span> 
49											</div> 
50										 
51										<a class="more" tabindex="-1" target="_blank" href="${Publications_Documents.getData()}" aria-label="click here to know more about Law No. (22) of 2021 regulating the provision of healthcare services within the State"> 
52                        <span class="icon-moreArrow"></span> 
53                        <span class="sr-only">more</span> 
54                    </a> 
55                    </a> 
56                </div> 
57            </div> 
58        </div> 
حصل خطأ عند معالجة القالب.
Can't convert this string to number: "qhis.moph.gov.qa"
The blamed expression:
==> x?number  [in template "20096#20122#70101" at line 26, column 132]

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign groupId = x?number  [in template "20096#20122#70101" at line 26, column 113]
----
1<div class="mb-3 my-4 publications"> 
2            <div class="service-listing-content d-flex "> 
3                <div class="left-image"> 
4                    <#if (PDF_Image.getData())?? && PDF_Image.getData() != ""> 
5	<img alt="${PDF_Image.getAttribute("alt")}" data-fileentryid="${PDF_Image.getAttribute("fileEntryId")}" src="${PDF_Image.getData()}"  class="img-fluid" width="300"/> 
6</#if> 
7                </div> 
8                <div class="right-content-container mx-3"> 
9                    <a title="Law No. (22) of 2021 regulating the provision of healthcare services within the State" target="_blank" href="${Publications_Documents.getData()}" class="black"> 
10                        <div class="wrapper multiline"> 
11												<h4><#if (Title.getData())??> 
12                  	${Title.getData()} 
13                   </#if></h4></div> 
14                    </a> 
15                    <div class="service-category"> 
16                        <span> 
17                           <#if (Sub_Title.getData())??> 
18	${Sub_Title.getData()} 
19</#if> 
20                        </span> 
21                    </div> 
22                    <div class="Brief mb-3">-</div> 
23										 
24										   <#list Publications_Documents.getData()?split("/") as x>     
25												<#if x?counter ==3> 
26														<#assign groupId = x?number> 
27												</#if> 
28 
29												<#if x?counter ==6> 
30														<#assign uuId = x?keep_before("?")> 
31												</#if> 
32										</#list> 
33											 
34										 
35                      	<#assign fileSize = ""  
36													fileType = "" /> 
37											<#if serviceLocator??> 
38												<#assign dlFileEntry = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService")/>  
39												<#if (uuId??) && (groupId??)> 
40													<#assign file = dlFileEntry.getFileEntryByUuidAndGroupId(uuId,groupId) /> 
41													<#assign fileSize = (file.getSize()/1000)?round+" KB"  /> 
42													<#assign fileType = file.getExtension ()  /> 
43												</#if> 
44											</#if> 
45											 
46											<div> 
47													.${fileType} 
48													<span>- ${fileSize}</span> 
49											</div> 
50										 
51										<a class="more" tabindex="-1" target="_blank" href="${Publications_Documents.getData()}" aria-label="click here to know more about Law No. (22) of 2021 regulating the provision of healthcare services within the State"> 
52                        <span class="icon-moreArrow"></span> 
53                        <span class="sr-only">more</span> 
54                    </a> 
55                    </a> 
56                </div> 
57            </div> 
58        </div> 
حصل خطأ عند معالجة القالب.
Can't convert this string to number: "qhis.moph.gov.qa"
The blamed expression:
==> x?number  [in template "20096#20122#70101" at line 26, column 132]

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign groupId = x?number  [in template "20096#20122#70101" at line 26, column 113]
----
1<div class="mb-3 my-4 publications"> 
2            <div class="service-listing-content d-flex "> 
3                <div class="left-image"> 
4                    <#if (PDF_Image.getData())?? && PDF_Image.getData() != ""> 
5	<img alt="${PDF_Image.getAttribute("alt")}" data-fileentryid="${PDF_Image.getAttribute("fileEntryId")}" src="${PDF_Image.getData()}"  class="img-fluid" width="300"/> 
6</#if> 
7                </div> 
8                <div class="right-content-container mx-3"> 
9                    <a title="Law No. (22) of 2021 regulating the provision of healthcare services within the State" target="_blank" href="${Publications_Documents.getData()}" class="black"> 
10                        <div class="wrapper multiline"> 
11												<h4><#if (Title.getData())??> 
12                  	${Title.getData()} 
13                   </#if></h4></div> 
14                    </a> 
15                    <div class="service-category"> 
16                        <span> 
17                           <#if (Sub_Title.getData())??> 
18	${Sub_Title.getData()} 
19</#if> 
20                        </span> 
21                    </div> 
22                    <div class="Brief mb-3">-</div> 
23										 
24										   <#list Publications_Documents.getData()?split("/") as x>     
25												<#if x?counter ==3> 
26														<#assign groupId = x?number> 
27												</#if> 
28 
29												<#if x?counter ==6> 
30														<#assign uuId = x?keep_before("?")> 
31												</#if> 
32										</#list> 
33											 
34										 
35                      	<#assign fileSize = ""  
36													fileType = "" /> 
37											<#if serviceLocator??> 
38												<#assign dlFileEntry = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService")/>  
39												<#if (uuId??) && (groupId??)> 
40													<#assign file = dlFileEntry.getFileEntryByUuidAndGroupId(uuId,groupId) /> 
41													<#assign fileSize = (file.getSize()/1000)?round+" KB"  /> 
42													<#assign fileType = file.getExtension ()  /> 
43												</#if> 
44											</#if> 
45											 
46											<div> 
47													.${fileType} 
48													<span>- ${fileSize}</span> 
49											</div> 
50										 
51										<a class="more" tabindex="-1" target="_blank" href="${Publications_Documents.getData()}" aria-label="click here to know more about Law No. (22) of 2021 regulating the provision of healthcare services within the State"> 
52                        <span class="icon-moreArrow"></span> 
53                        <span class="sr-only">more</span> 
54                    </a> 
55                    </a> 
56                </div> 
57            </div> 
58        </div> 
حصل خطأ عند معالجة القالب.
Can't convert this string to number: "qhis.moph.gov.qa"
The blamed expression:
==> x?number  [in template "20096#20122#70101" at line 26, column 132]

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign groupId = x?number  [in template "20096#20122#70101" at line 26, column 113]
----
1<div class="mb-3 my-4 publications"> 
2            <div class="service-listing-content d-flex "> 
3                <div class="left-image"> 
4                    <#if (PDF_Image.getData())?? && PDF_Image.getData() != ""> 
5	<img alt="${PDF_Image.getAttribute("alt")}" data-fileentryid="${PDF_Image.getAttribute("fileEntryId")}" src="${PDF_Image.getData()}"  class="img-fluid" width="300"/> 
6</#if> 
7                </div> 
8                <div class="right-content-container mx-3"> 
9                    <a title="Law No. (22) of 2021 regulating the provision of healthcare services within the State" target="_blank" href="${Publications_Documents.getData()}" class="black"> 
10                        <div class="wrapper multiline"> 
11												<h4><#if (Title.getData())??> 
12                  	${Title.getData()} 
13                   </#if></h4></div> 
14                    </a> 
15                    <div class="service-category"> 
16                        <span> 
17                           <#if (Sub_Title.getData())??> 
18	${Sub_Title.getData()} 
19</#if> 
20                        </span> 
21                    </div> 
22                    <div class="Brief mb-3">-</div> 
23										 
24										   <#list Publications_Documents.getData()?split("/") as x>     
25												<#if x?counter ==3> 
26														<#assign groupId = x?number> 
27												</#if> 
28 
29												<#if x?counter ==6> 
30														<#assign uuId = x?keep_before("?")> 
31												</#if> 
32										</#list> 
33											 
34										 
35                      	<#assign fileSize = ""  
36													fileType = "" /> 
37											<#if serviceLocator??> 
38												<#assign dlFileEntry = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService")/>  
39												<#if (uuId??) && (groupId??)> 
40													<#assign file = dlFileEntry.getFileEntryByUuidAndGroupId(uuId,groupId) /> 
41													<#assign fileSize = (file.getSize()/1000)?round+" KB"  /> 
42													<#assign fileType = file.getExtension ()  /> 
43												</#if> 
44											</#if> 
45											 
46											<div> 
47													.${fileType} 
48													<span>- ${fileSize}</span> 
49											</div> 
50										 
51										<a class="more" tabindex="-1" target="_blank" href="${Publications_Documents.getData()}" aria-label="click here to know more about Law No. (22) of 2021 regulating the provision of healthcare services within the State"> 
52                        <span class="icon-moreArrow"></span> 
53                        <span class="sr-only">more</span> 
54                    </a> 
55                    </a> 
56                </div> 
57            </div> 
58        </div> 
حصل خطأ عند معالجة القالب.
Can't convert this string to number: "qhis.moph.gov.qa"
The blamed expression:
==> x?number  [in template "20096#20122#70101" at line 26, column 132]

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign groupId = x?number  [in template "20096#20122#70101" at line 26, column 113]
----
1<div class="mb-3 my-4 publications"> 
2            <div class="service-listing-content d-flex "> 
3                <div class="left-image"> 
4                    <#if (PDF_Image.getData())?? && PDF_Image.getData() != ""> 
5	<img alt="${PDF_Image.getAttribute("alt")}" data-fileentryid="${PDF_Image.getAttribute("fileEntryId")}" src="${PDF_Image.getData()}"  class="img-fluid" width="300"/> 
6</#if> 
7                </div> 
8                <div class="right-content-container mx-3"> 
9                    <a title="Law No. (22) of 2021 regulating the provision of healthcare services within the State" target="_blank" href="${Publications_Documents.getData()}" class="black"> 
10                        <div class="wrapper multiline"> 
11												<h4><#if (Title.getData())??> 
12                  	${Title.getData()} 
13                   </#if></h4></div> 
14                    </a> 
15                    <div class="service-category"> 
16                        <span> 
17                           <#if (Sub_Title.getData())??> 
18	${Sub_Title.getData()} 
19</#if> 
20                        </span> 
21                    </div> 
22                    <div class="Brief mb-3">-</div> 
23										 
24										   <#list Publications_Documents.getData()?split("/") as x>     
25												<#if x?counter ==3> 
26														<#assign groupId = x?number> 
27												</#if> 
28 
29												<#if x?counter ==6> 
30														<#assign uuId = x?keep_before("?")> 
31												</#if> 
32										</#list> 
33											 
34										 
35                      	<#assign fileSize = ""  
36													fileType = "" /> 
37											<#if serviceLocator??> 
38												<#assign dlFileEntry = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService")/>  
39												<#if (uuId??) && (groupId??)> 
40													<#assign file = dlFileEntry.getFileEntryByUuidAndGroupId(uuId,groupId) /> 
41													<#assign fileSize = (file.getSize()/1000)?round+" KB"  /> 
42													<#assign fileType = file.getExtension ()  /> 
43												</#if> 
44											</#if> 
45											 
46											<div> 
47													.${fileType} 
48													<span>- ${fileSize}</span> 
49											</div> 
50										 
51										<a class="more" tabindex="-1" target="_blank" href="${Publications_Documents.getData()}" aria-label="click here to know more about Law No. (22) of 2021 regulating the provision of healthcare services within the State"> 
52                        <span class="icon-moreArrow"></span> 
53                        <span class="sr-only">more</span> 
54                    </a> 
55                    </a> 
56                </div> 
57            </div> 
58        </div> 
حصل خطأ عند معالجة القالب.
Can't convert this string to number: "qhis.moph.gov.qa"
The blamed expression:
==> x?number  [in template "20096#20122#70101" at line 26, column 132]

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign groupId = x?number  [in template "20096#20122#70101" at line 26, column 113]
----
1<div class="mb-3 my-4 publications"> 
2            <div class="service-listing-content d-flex "> 
3                <div class="left-image"> 
4                    <#if (PDF_Image.getData())?? && PDF_Image.getData() != ""> 
5	<img alt="${PDF_Image.getAttribute("alt")}" data-fileentryid="${PDF_Image.getAttribute("fileEntryId")}" src="${PDF_Image.getData()}"  class="img-fluid" width="300"/> 
6</#if> 
7                </div> 
8                <div class="right-content-container mx-3"> 
9                    <a title="Law No. (22) of 2021 regulating the provision of healthcare services within the State" target="_blank" href="${Publications_Documents.getData()}" class="black"> 
10                        <div class="wrapper multiline"> 
11												<h4><#if (Title.getData())??> 
12                  	${Title.getData()} 
13                   </#if></h4></div> 
14                    </a> 
15                    <div class="service-category"> 
16                        <span> 
17                           <#if (Sub_Title.getData())??> 
18	${Sub_Title.getData()} 
19</#if> 
20                        </span> 
21                    </div> 
22                    <div class="Brief mb-3">-</div> 
23										 
24										   <#list Publications_Documents.getData()?split("/") as x>     
25												<#if x?counter ==3> 
26														<#assign groupId = x?number> 
27												</#if> 
28 
29												<#if x?counter ==6> 
30														<#assign uuId = x?keep_before("?")> 
31												</#if> 
32										</#list> 
33											 
34										 
35                      	<#assign fileSize = ""  
36													fileType = "" /> 
37											<#if serviceLocator??> 
38												<#assign dlFileEntry = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService")/>  
39												<#if (uuId??) && (groupId??)> 
40													<#assign file = dlFileEntry.getFileEntryByUuidAndGroupId(uuId,groupId) /> 
41													<#assign fileSize = (file.getSize()/1000)?round+" KB"  /> 
42													<#assign fileType = file.getExtension ()  /> 
43												</#if> 
44											</#if> 
45											 
46											<div> 
47													.${fileType} 
48													<span>- ${fileSize}</span> 
49											</div> 
50										 
51										<a class="more" tabindex="-1" target="_blank" href="${Publications_Documents.getData()}" aria-label="click here to know more about Law No. (22) of 2021 regulating the provision of healthcare services within the State"> 
52                        <span class="icon-moreArrow"></span> 
53                        <span class="sr-only">more</span> 
54                    </a> 
55                    </a> 
56                </div> 
57            </div> 
58        </div>