{** * templates/authorDashboard/submissionEmail.tpl * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2003-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Render a single submission email. *}

{$submissionEmail->getSubject()|escape}

{$submissionEmail->getDateSent()|date_format:$datetimeFormatShort}
{$submissionEmail->getBody()|strip_unsafe_html}