面包屑导航

Overview of process changes

处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2025/1/9 上午7:03". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2025/1/9 上午7:03"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2025/1/3 下午4:18". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2025/1/3 下午4:18"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/12/17 下午1:01". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/12/17 下午1:01"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/10/16 上午8:50". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/10/16 上午8:50"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/9/18 下午1:51". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/9/18 下午1:51"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/9/3 下午2:46". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/9/3 下午2:46"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/8/1 下午3:10". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/8/1 下午3:10"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/7/29 上午10:45". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/7/29 上午10:45"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/4/25 下午3:24". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/4/25 下午3:24"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/4/25 下午3:24". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/4/25 下午3:24"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/4/25 下午3:23". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/4/25 下午3:23"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/4/25 下午3:23". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/4/25 下午3:23"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/4/25 下午3:23". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/4/25 下午3:23"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/4/25 下午3:16". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/4/25 下午3:16"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/4/25 下午3:16". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/4/25 下午3:16"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/4/25 下午3:16". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/4/25 下午3:16"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/4/25 下午3:16". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/4/25 下午3:16"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/4/25 下午3:16". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/4/25 下午3:16"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/4/25 下午3:15". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/4/25 下午3:15"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
处理模板时发生错误。
The string doesn't match the expected date/time/date-time format. The string to parse was: "2024/4/25 下午3:15". The expected format was: "dd.MM.yy, hh:mm".
The nested reason given follows:
Unparseable date: "2024/4/25 下午3:15"

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign modifiedDate = ObjectEntry_mo...  [in template "20157#20197#null" at line 18, column 3]
----
1<#-- 
2Add elements from the sidebar to define your template. Type "${" to use the 
3autocomplete feature. 
4--> 
5<#assign modifiedDate=""> 
6 
7<#if locale?starts_with("es")> 
8	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
9<#elseif locale?starts_with("en")> 
10	 <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('MM/dd/yy, hh:mm a')?date> 
11<#elseif locale?starts_with("fr")> 
12  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
13<#elseif locale?starts_with("it")> 
14  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy, hh:mm')?date> 
15<#elseif locale?starts_with("pt")> 
16	<#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd/MM/yyyy hh:mm')?date> 
17<#else> 
18  <#assign modifiedDate = ObjectEntry_modifiedDate.getData()?datetime('dd.MM.yy, hh:mm')?date > 
19</#if> 
20		    <div class=" LCAGCP-PctChangeListItemLabel"> 
21          <#if (ObjectField_name.getData())??> 
22                <h2> 
23                    ${ObjectField_name.getData()} | <#if (ObjectEntry_modifiedDate.getData())??> 
24									${modifiedDate} 
25</#if> 
26                </h2> 
27            </#if> 
28        </div> 
29		<div class="LCAGCP-PctChangeListItemLabel"> 
30          <h4> 
31						What is changing: 
32					</h4> 
33        </div> 
34        <div class="pctText"> 
35          <#if (ObjectField_whatIsChanging.getData())??> 
36                    ${ObjectField_whatIsChanging.getData()} 
37                </#if> 
38        </div> 
39	 
40	 
41        <div class="LCAGCP-PctChangeListItemLabel"> 
42          <h4> 
43						Affected export region(s): 
44					</h4> 
45        </div> 
46        <div class="pctText"> 
47					<p> 
48            <#if (ObjectField_affectedExportRegions.getData())??> 
49                    ${ObjectField_affectedExportRegions.getData()} 
50            </#if> 
51					</p> 
52        </div> 
53        <div class="LCAGCP-PctChangeListItemLabel"> 
54					<h4> 
55          Affected import region(s): 
56					</h4> 
57        </div> 
58        <div class="pctText"> 
59          <p> 
60						<#if (ObjectField_affectedImportRegions.getData())??> 
61                    ${ObjectField_affectedImportRegions.getData()} 
62            </#if> 
63					</p> 
64				</div> 
65	 
66	<style> 
67		.lfr-layout-structure-item-collection > div > div:nth-child(odd) { 
68    background-color: #f5f5f5;/*customClass498*/ 
69
70		.LCAGCP-PctChangeListItemLabel h4 { 
71			margin: 20px 0 10px 0 !important; 
72
73			 
74 
75	.pctText {font-family: LufthansaTextWeb-Regular; 
76  font-style: normal; 
77  font-weight: 400; 
78  font-size: 18px; 
79  line-height: 24px; 
80  color: #212529; 
81  text-align: left; 
82
83	</style> 
显示 1 到 20 的 23