<#if document.properties.title?exists>
| Titel: | ${document.properties.title?html} |
<#else>
| Titel: | |
#if>
<#if document.properties.description?exists>
| Beschrijving: | ${document.properties.description?html} |
<#else>
| Beschrijving: | |
#if>
| Maker: | ${document.properties.creator?html} |
| Gemaakt: | ${document.properties.created?datetime} |
| Wijziger: | ${document.properties.modifier?html} |
| Gewijzigd: | ${document.properties.modified?datetime} |
| Grootte: | ${document.size / 1024} kB |