{** * For the full copyright and license information, please view the * docs/licenses/LICENSE.txt file that was distributed with this source code. *} {$header} {if isset($conf)}
{$conf}
{/if} {if !empty($error)}
{$error}
{/if} {if count($errors) && current($errors) != '' && (!isset($disableDefaultErrorOutPut) || $disableDefaultErrorOutPut == false)}
{if count($errors) == 1} {reset($errors)} {else } {l s='There are %d errors.' sprintf=[$errors|count] d='Admin.Notifications.Error'}
    {foreach $errors as $error}
  1. {$error}
  2. {/foreach}
{/if}
{/if} {if isset($informations) && count($informations) && $informations}
{/if} {if isset($confirmations) && count($confirmations) && $confirmations}
{foreach $confirmations as $conf} {$conf} {/foreach}
{/if} {if count($warnings)}
{if count($warnings) > 1}

{l s='There are %d warnings:' sprintf=[$warnings|count]}

{/if}
{/if} {$page}
{$footer}