{include="includes"} {include="page.header"}

{'Plugin administration'|t}

{'Enabled Plugins'|t}

{if="count($enabledPlugins)==0"}

{'No plugin enabled.'|t}

{else} {loop="$enabledPlugins"} {/loop}
{'Disable'|t} {'Name'|t}
{'Description'|t}
{'Order'|t}
{if="count($enabledPlugins)>1"} {/if}
{'Disable'|t} {'Name'|t}
{'Description'|t}
{'Order'|t}
{/if}

{'Disabled Plugins'|t}

{if="count($disabledPlugins)==0"}

{'No plugin disabled.'|t}

{else} {loop="$disabledPlugins"} {/loop}
{'Enable'|t} {'Name'|t}
{'Description'|t}
{'Enable'|t} {'Name'|t}
{'Description'|t}
{/if}
More plugins available in the documentation.

{'Plugin configuration'|t}

{if="count($enabledPlugins)==0"}

{'No plugin enabled.'|t}

{else} {loop="$enabledPlugins"} {if="count($value.parameters) > 0"}

{function="str_replace('_', ' ', $key)"}

{loop="$value.parameters"}

{/loop}
{/if} {/loop} {/if}
{include="page.footer"}