{literal} {/literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if}
Manage Users
{if $smarty.post.cat == "new"} {if $result == -1} An error occurred while trying to add the new user. {elseif $result == 1} Thank you, the user was added successfully. {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} An error occurred while trying to update the user information. {elseif $result == 1} Thank you, the user was updated successfully. {/if} {/if}
Email Address: {include file="error_icon.tpl.html" field="email"}
Password: {if $smarty.get.cat == 'edit'} (leave empty to keep the current password) {/if} {include file="error_icon.tpl.html" field="password"}
Full Name: {include file="error_icon.tpl.html" field="full_name"}
Role:
Assigned Projects: {include file="error_icon.tpl.html" field="projects[]"}
{if $smarty.get.cat == 'edit'} {else} {/if}
Existing Users:
{/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 Full Name  Role  Email Address  Status  Group
 {$list[i].usr_full_name}  {$list[i].usr_role}  {$list[i].usr_email}  {$list[i].usr_status|capitalize}  {$list[i].group_name}
No users could be found.