{if isset($error)} {/if}
{if isset($jobType)}
   ColorPicker
{foreach from=$jobs key=id item=i} {/foreach}
{t}Job Name{/t} {t}Type{/t} {t}Color{/t}
{if isset($i.allowDeleteJob) && $i.allowDeleteJob} {/if} {$i.name} {$i.typeName} {$i.color} {if isset($i.allowEditJob) && $i.allowEditJob} {/if}
{else}

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

{/if}