{** * plugins/importexport/native/templates/resultsExport.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Result of operations this plugin performed *} {if $errorsFound} {translate key="plugins.importexport.native.processFailed"} {else} {translate key="plugins.importexport.native.export.completed"} {translate key="plugins.importexport.native.export.completed.downloadFile"} {assign var="uuid" value=""|uniqid|escape}
{csrf} {fbvFormArea id="issuesXmlForm-{$uuid}"} {fbvFormButtons submitText="plugins.importexport.native.export.download.results" hideCancel="true"} {/fbvFormArea}
{/if} {include file='core:plugins/importexport/innerResults.tpl' key='warnings' errorsAndWarnings=$errorsAndWarnings} {include file='core:plugins/importexport/innerResults.tpl' key='errors' errorsAndWarnings=$errorsAndWarnings} {if $validationErrors}

{translate key="plugins.importexport.common.validationErrors"}

{/if}