Files
alfresco-community-repo/source/test-resources/alfresco/scripts/email/notify_new_document_email.ftl
2013-08-20 17:17:31 +00:00

4 lines
204 B
Plaintext

A new document '${document.name}', is available in the '${space.name}' space, it was added by ${person.properties.firstName}
<#if person.properties.lastName?exists>
${person.properties.lastName}
</#if>