الأعضاء
أعضاء مجلس المناطق الحرة بدبي
![](/documents/775086/0/HH%20Sheikh%20Ahmed%20Bin%20Saeed.jpg/2283f56d-0e2c-970a-f358-0dc9ef51e0c4?version=1.0&t=1719309975865&imagePreview=1)
سمو الشيخ أحمد بن سعيد آل مكتوم
رئيس مجلس المناطق الحرة بدبي
يهدف مجلس المناطق الحرة في امارة دبي إلى دفع عجلة تطوير المناطق الحرة في دبي من أجل جذب الاستثمارات وخلق بيئة مواتية لتعزيز مجالات متنوعة من الاقتصاد الوطني ، مثل الصناعة والتجارة والسياحة والخدمات. علاوة على ذلك ، يسعى إلى تعزيز التعاون بين المناطق الحرة ، وبناء التآزر على أساس تبادل المعرفة وأفضل الممارسات. وتدعم جهود المجلس الخطط الاستراتيجية لحكومة دبي وتساهم في ترسيخ الإمارة كوجهة استثمارية عالمية رائدة.
حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing: ==> articleService [in template "775047#775088#880178" 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 "775047#775088#880178" 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>
استثمر في المنطقة الحرة بدبي
حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing: ==> articleService [in template "775047#775088#880205" 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 "775047#775088#880205" 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>