أمثله لبعض السلوكيات المخالفة لنظام السوق المالية ولوائحه التنفيذية
  • View
  • Download
كيف تقرأ تقرير مجلس إدارة الشركة المساهمة المدرجة
  • View
  • Download
دليل المساهم في الجمعيات العامة في الشركات المدرجة في السوق المالية السعودية
  • View
  • Download
حوكمة الشركات
  • View
  • Download
الدليل الارشادي للمتعامل مع لجان الفصل في منازعات الأوراق المالية
  • View
  • Download
كيف تقدم شكوى
  • View
  • Download
دليل المصطلحات الاستثمارية
  • View
  • Download
دليل الاستثمار للمتقاعدين
  • View
  • Download
دليل المستثمرين الشباب
  • View
  • Download
الاستثمارات المالية وسوق الأسهم
  • View
  • Download
نظام السوق المالية ولوائحه التنفيذية
  • View
  • Download
المعلومات ومصدرها
  • View
  • Download
قراءة القوائم المالية
  • View
  • Download
صناديق الإستثمار
  • View
  • Download
لاستثمار في سوق الأسهم
  • View
  • Download
الاستثمار
  • View
  • Download
التسوق 1 إلى 16 من 16
حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing:
==> currentDocument  [in template "85740339691980#167799#288100" at line 30, column 80]

----
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: #assign fileSizeMB = (currentDocument...  [in template "85740339691980#167799#288100" at line 30, column 57]
----
1<#assign currentDocumentData = file.getData()/> 
2<#list currentDocumentData?split("/") as x> 
3	<#if x?counter==3> 
4		<#assign fileGroupId = x?number> 
5	</#if> 
6	<#if x?counter==6> 
7		<#assign uuId = x?keep_before("?")> 
8	</#if> 
9</#list> 
10<#if (uuId??) && (fileGroupId??)> 
11	<#assign currentDocument = restClient.get('/headless-delivery/v1.0/sites/${fileGroupId}/documents/by-external-reference-code/${uuId}') /> 
12</#if> 
13<div class="attachmentListVarientTwoSec" data-aos="fade-up" data-aos-delay="100"> 
14	<div class="attachmentListWrapper"> 
15		<div class="attachmentListInfoBox"> 
16			<div class="attachmentListInnerOne"> 
17				<div class="attachmentImgBox"> 
18					<div class="copyImg"> 
19						<@clay["icon"] symbol="pdf-file" /> 
20					</div> 
21					<div class="textBox"> 
22                        <#if (title.getData())??> 
23                            <h5> 
24                                <a> 
25                                    ${title.getData()} 
26                                </a> 
27                            </h5> 
28                        </#if> 
29						<p> 
30							<#assign fileSizeMB = (currentDocument.sizeInBytes / 1048576)?string("0.00") /> 
31    						${fileSizeMB} MB 
32						</p> 
33					</div> 
34				</div> 
35			</div> 
36			<div class="attachmentListInnerTwo"> 
37				<ul> 
38					<li> 
39						<a href="${file.getData()}" download> 
40							Download 
41							<span> 
42								<@clay["icon"] symbol="download" /> 
43							</span> 
44						</a> 
45					</li> 
46				</ul> 
47			</div> 
48		</div> 
49	</div> 
50</div> 
التسوق 1 إلى 16 من 16