{** * templates/frontend/objects/announcement_full.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @brief Display the full view of an announcement, when the announcement is * the primary element on the page. * * @uses $announcement Announcement The announcement to display *}

{$announcement->getLocalizedTitle()|escape}

{$announcement->getDatePosted()|date_format:$dateFormatShort}
{if $announcement->getLocalizedDescription()} {$announcement->getLocalizedDescription()|strip_unsafe_html} {else} {$announcement->getLocalizedDescriptionShort()|strip_unsafe_html} {/if}