The Dubai Free zone Council Members

H.H. Sheikh Ahmed Bin Saeed Al Maktoum

Chairman, Dubai Free Zones Council

The Dubai Free Zones Council (DFZC) aims to drive the development of free zones in Dubai in order to attract investments and create an enabling environment for boosting diverse areas of the national economy.

Read More
S'ha produït un error mentre es processava la plantilla.
The following has evaluated to null or missing:
==> articleService  [in template "1596030#1596071#1719918" at line 6, 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 "1596030#1596071#1719918" at line 6, column 33]
----
1<section id="members2" class="section"> 
2            <div class="container"> 
3                <div class="row gx-5" style="row-gap: 50px;"> 
4                  <#if entries?has_content> 
5	<#list entries as curEntry> 
6				${articleService.getContentByClassPK(curEntry.classPK?number, "39651")} 
7	</#list> 
8</#if> 
9                   
10 
11                </div> 
12            </div> 
13    </div> 
14    </section> 

Invest In Dubai

S'ha produït un error mentre es processava la plantilla.
The following has evaluated to null or missing:
==> articleService  [in template "1596030#1596071#1719945" at line 5, 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 "1596030#1596071#1719945" at line 5, column 33]
----
1<div class="row"> 
2	<#if entries?has_content> 
3	<#list entries as curEntry> 
4		       <div class="col-lg-6"> 
5				${articleService.getContentByClassPK(curEntry.classPK?number, "50488")} 
6		</div> 
7	</#list> 
8</#if> 
9</div>