{** * templates/notification/rssContent.tpl * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2000-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Template for a notification to be displayed in the RSS feed * *} {translate key="notification.notification"} : {$notificationDateCreated|date_format:"%a, %d %b %Y %T %z"} {if $notificationUrl != null} {$notificationUrl|escape} {else} {url page="notification"} {/if} {$notificationContent|escape:"html"} {$siteTitle|strip|escape:"html"} {$notificationDateCreated|date_format:"%Y-%m-%d"}