{** * templates/manager/plugins/plugins.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * List available import/export plugins. *} {strip} {include file="common/header.tpl"} {/strip} {if $mainPage}

{translate key="manager.plugins.description"}

{if !$preventManagerPluginManagement} {/if} {else} {foreach from=$plugins item=plugin} {if $plugin->getCategory() != $category} {assign var=category value=$plugin->getCategory()}

{translate key="plugins.categories.$category.description"}

{/if} {/foreach} {/if} {include file="common/footer.tpl"}