{% choose %}\ {% when action == "created" %} * The user '${author}' has created the page: ${page.name}. {% end %}\ {% when action == "changed" %} * The user '${author}' has changed the page: ${page.name}. * Diff link: ${diff} {% end %}\ {% when action == "attachment added" %} * The user '${author}' has added the attachment '${attachment.filename}' to the page: ${page.name}. {% end %}\ {% when action == "version deleted" %} * The page '${page.name}' has been reverted to its previous version. {% end %}\ {% when action == "deleted" %} * The '${page.name}' has been deleted. {% end %}\ {% end %}\ -- Page URL: <${page_link}> ${project_name} URL: <${project_link}> ${project_desc}