Chi tiết văn bản - Xã Trung Giang - Gio Linh

An error occurred while processing the template.
The following has evaluated to null or missing:
==> noidungchitiet  [in template "10131#10164#2469072" at line 19, column 67]

----
Tip: If the failing expression is known to be 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: ${noidungchitiet.trichyeu}  [in template "10131#10164#2469072" at line 19, column 65]
----
1<style> 
2    .panel-default > .panel-heading { 
3        color: while !important; 
4        background-color: #0089cf !important; 
5        border-color: #55BAFE !important; 
6
7	.noidung_trichyeu{ 
8		color: white !important; 
9
10    </style> 
11    <div class="detail col-md-12"> 
12        <div class="panel panel-default"> 
13            <div class="panel-heading" style="background-image: linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%) !important; 
14        border-bottom-width: 1px !important; 
15        border-bottom-style: solid !important; 
16        border-bottom-color: rgba(0,0,0,0) !important; 
17        border-top-left-radius: 3px !important; 
18        border-top-right-radius: 3px !important; 
19        padding: 10px !important;"><h1 class="noidung_trichyeu">${noidungchitiet.trichyeu}</h1></div> 
20            <div class="panel-body"> 
21                            <p>${noidungchitiet.so}</p> 
22                <hr> 
23                <dl class="dl-horizontal"> 
24                    <dt>Số / ký hiệu</dt> 
25                    <dd>${noidungchitiet.so}</dd> 
26     
27                    <dt>Loại văn bản</dt> 
28                    <dd><a title="${noidungchitiet.getTheloai().getTentheloai()}">${noidungchitiet.getTheloai().getTentheloai()}</a></dd> 
29     
30                    <dt>Lĩnh vực</dt> 
31                    <#if noidungchitiet.getLinhvucvbpq()?has_content> 
32                        <dd><a title="${noidungchitiet.getLinhvucvbpq().getTenlinhvuc()}">${noidungchitiet.getLinhvucvbpq().getTenlinhvuc()}</a></dd> 
33                    <#else> 
34                        <dd><a title="-">-</a></dd> 
35                    </#if> 
36                     
37                    <#if noidungchitiet.getTheloai().getIdtheloai() != 1662371743316> 
38                         
39                    <dt>Cơ quan ban hành</dt> 
40                    <dd><a title="${noidungchitiet.getCqbanhanh().getTencqbanhanh()}">${noidungchitiet.getCqbanhanh().getTencqbanhanh()}</a></dd> 
41     
42                    <dt>Ngày ban hành</dt> 
43                    <dd>-</dd> 
44     
45                    <dt>Ngày hiệu lực</dt> 
46                    <dd>-</dd> 
47     
48                    <dt>Ngày hết hiệu lực</dt> 
49                    <dd>-</dd> 
50     
51                    <dt>Người ký văn bản</dt> 
52                    <dd><a title="Chưa xác định">${noidungchitiet.getNguoiky().getHoten()}</a></dd> 
53                         
54                    </#if> 
55 
56                     
57                </dl> 
58            </div> 
59        </div> 
60            <div class="panel panel-default"> 
61            <div class="panel-heading" style="background-image: linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%) !important; 
62        border-bottom-width: 1px !important; 
63        border-bottom-style: solid !important; 
64        border-bottom-color: rgba(0,0,0,0) !important; 
65        border-top-left-radius: 3px !important; 
66        border-top-right-radius: 3px !important; 
67        padding: 10px !important;color: white !important;">Đính kèm</div> 
68            <div class="panel-body"> 
69                <ul> 
70                <#list lstNoidungFiles as file> 
71                            <li> 
72                    <div class="row"> 
73                        <div class="col-xs-12 col-sm-12 col-md-12"> 
74                                                    <a href="javascript:void(0);" onclick="downloadFile('${file.filecode}'); return !1;" class="show" title="Tải về ${file.filename}"><em class="fa fa-download fa-pointer">&nbsp;</em>${file.filename}</a> 
75                        </div> 
76                    </div> 
77                </li> 
78                </#list> 
79                </ul> 
80            </div> 
81        </div> 
82    </div>