{extends "manage/manage.tpl.html"} {block "manage_content"}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{t}Manage Groups{/t}
{t}Name{/t} * {include file="error_icon.tpl.html" field="group_name"}
{t}Description{/t} {include file="error_icon.tpl.html" field="description"}
{t}Assigned Projects{/t} * {include file="error_icon.tpl.html" field="projects[]"}
{t}Users{/t} * {include file="error_icon.tpl.html" field="users[]"}
{t}Manager{/t} * {include file="error_icon.tpl.html" field="manager"} {include file="lookup_field.tpl.html" lookup_field_name="manager_search" lookup_field_target="manager"}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{section name="i" loop=$list} {sectionelse} {/section}
{t}Existing Groups{/t}
 {t}Name{/t}  {t}Description{/t}  {t}Manager{/t}  {t}Projects{/t}
 {$list[i].grp_name}  {$list[i].grp_description}  {$list[i].manager}  {", "|join:$list[i].projects}
{t}No groups could be found.{/t}
{/block}