------------------------------------------------------------------------------ Document name: ${document.name} ------------------------------------------------------------------------------ <#if document.properties.title?exists> Title: ${document.properties.title} <#else> Title: NONE <#if document.properties.description?exists> Description: ${document.properties.description} <#else> Description: NONE Creator: ${document.properties.creator} Created: ${document.properties.created?datetime} Modifier: ${document.properties.modifier} Modified: ${document.properties.modified?datetime} Size: ${document.size / 1024} Kb CONTENT LINKS Content folder: ${contextUrl}/navigate/browse${document.parent.webdavUrl} Content URL: ${contextUrl}${document.url} Download URL: ${contextUrl}${document.downloadUrl} WebDAV URL: ${contextUrl}${document.webdavUrl}