{extends "base.tpl.html"} {block "title"}Select Project{/block} {block "content"}
{if $active_projects|@count < 1}

{t}Sorry, you do not have access to any projects currently. Please contact the administrator for more information.{/t}

{t}Logout{/t}

{else}
{if $err|default:0 != 0 || $smarty.get.err|default:0 != 0} {/if} {foreach from=$active_projects key=prj_id item=project} {/foreach}
{t}Select Project{/t}
{if $err == 1 || $smarty.get.err == 1} {t}You are not allowed to use the selected project.{/t} {/if}
{/if} {/block}