#set ($confPage = $action.page)
#set ($labels = $attachment.labels)
#set ($labelable = $attachment)
$i18n.getText("properties.attachment", ["$htmlUtil.htmlEncode($newFileName)"])
#applyDecorator("root")
#decoratorParam("helper" $action.helper)
#decoratorParam("mode" "view-attachment")
#decoratorParam("context" "$action.page.type")
#requireResource("confluence.web.resources:attachments")
-
$action.getText('added.on.date.by.user.edited.on.date', ["$action.dateFormatter.formatDateTime( $attachment.creationDate )", "#userLink ($attachment.creator)","$action.dateFormatter.formatDateTime( $attachment.lastModificationDate )"])
#end