المبادرات و الإصدارات

مواجهة جرائم غسل الأموال ومكافحة تمويل الإرهاب وتمويل التنظيمات غير المشروعة

قام مجلس المناطق الحرة بالتنسيق مع المكتب التنفيذي ووزارة الاقتصاد والأمن الاقتصادي بدبي بتنفيذ نظام مكافحة غسل الأموال والامتثال، وتعاونت مع سلطات المناطق الحرة لتطوير الاستعداد الاستراتيجي للامتثال للتحولات التنظيمية المتوقعة.

اقرأ المزيد

المبادرات

عرض المزيد
حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing:
==> articleService  [in template "775047#775088#880181" at line 7, column 35]

----
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: ${articleService.getContentByClassPK(...  [in template "775047#775088#880181" at line 7, column 33]
----
1<div class="row" style="row-gap: 20px; justify-content: center;"> 
2 
3<#if entries?has_content> 
4	<#list entries as curEntry> 
5		                    <div class="col-lg-4 col-md-6"> 
6 
7				${articleService.getContentByClassPK(curEntry.classPK?number, "39831")} 
8		</div> 
9													</#list> 
10</#if> 
11</div> 

الإصدارات

عرض المزيد
حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing:
==> articleService  [in template "775047#775088#880184" at line 7, column 35]

----
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: ${articleService.getContentByClassPK(...  [in template "775047#775088#880184" at line 7, column 33]
----
1<div class="row" style="row-gap: 20px;"> 
2 
3<#if entries?has_content> 
4	<#list entries as curEntry> 
5		                    <div class="col-lg-6"> 
6 
7				${articleService.getContentByClassPK(curEntry.classPK?number, "39839")} 
8		</div> 
9													</#list> 
10</#if> 
11	</div>