{if isset($error)} {/if}
{if isset($defaultColor)}

{t}Add fixed holidays{/t}


{t}In here you can set National Days, religious holidays, etc.{/t}
   ColorPicker
{foreach from=$holidays key=id item=i} {/foreach}
{t}Date{/t} {t}Description{/t} {t}Color{/t}
{$i.date} {$i.desc} {$i.color}
{else}

{t}Sorry, you need to be in the admin-team to access this page.{/t}

{/if}