<#if document.properties.title?exists>
| Название: | ${document.properties.title?html} |
<#else>
| Название: | |
#if>
<#if document.properties.description?exists>
| Описание: | ${document.properties.description?html} |
<#else>
| Описание: | |
#if>
| Создатель: | ${document.properties.creator?html} |
| Создано: | ${document.properties.created?datetime} |
| Редактор: | ${document.properties.modifier?html} |
| Изменено: | ${document.properties.modified?datetime} |
| Размер: | ${document.size / 1024} КБ |