<#if document.properties.title?exists>
| Titel: | ${document.properties.title?html} |
<#else>
| Titel: | |
#if>
<#if document.properties.description?exists>
| Beschreibung: | ${document.properties.description?html} |
<#else>
| Beschreibung: | |
#if>
| Ersteller: | ${document.properties.creator?html} |
| Erstellt: | ${document.properties.created?datetime} |
| Bearbeiter: | ${document.properties.modifier?html} |
| Geändert: | ${document.properties.modified?datetime} |
| Größe: | ${document.size / 1024} KB |