An error occurred while processing the template.
The following has evaluated to null or missing: ==> trichYeu [in template "34201#34227#null" at line 7, column 84] ---- 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: ${trichYeu.getData()} [in template "34201#34227#null" at line 7, column 82] ----
1<dl><dt>Số ký hiệu:</dt><dd>${soKyHieu.getData()}</dd><dt>Ngày ký:</dt><dd><#assign ngayKy_Data = getterUtil.getString(ngayKy.getData())>
2
3<#if validator.isNotNull(ngayKy_Data)>
4 <#assign ngayKy_DateObj = dateUtil.parseDate("yyyy-MM-dd", ngayKy_Data, locale)>
5
6 ${dateUtil.getDate(ngayKy_DateObj, "dd MMM yyyy - HH:mm:ss", locale)}
7</#if></dd><dt>Người ký:</dt><dd>${nguoiKy.getData()}</dd><dt>Trích yếu:</dt><dd>${trichYeu.getData()}</dd><dt>Tập tin đính kèm:</dt><dd><a href="${tapTinDinhKem.getData()}">
8 ${languageUtil.format(locale, "download-x", "Tập tin đính kèm", false)}
9</a></dd></dl>