{extends "manage/manage.tpl.html"} {function name="rank_icon" direction="down" href=""} {include file="include/rank_icon.tpl.html" direction=$direction href=$href} {/function} {block "manage_content"}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{t}Manage Severities{/t}
({t}Current Project{/t}: {$project.prj_title})
{t}Title{/t} * {include file="error_icon.tpl.html" field="title"}
{t}Description{/t} * {include file="error_icon.tpl.html" field="title"}
{t}Rank{/t} * {include file="error_icon.tpl.html" field="rank"}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{section name="i" loop=$list} {sectionelse} {/section}
{t}Existing Severities{/t}:
 {t}Rank{/t}   {t}Title{/t}  {t}Description{/t}
{rank_icon href="{$core.rel_url}manage/severities.php?cat=change_rank&id={$list[i].sev_id}&prj_id={$project.prj_id}&rank=desc" direction="down"} {$list[i].sev_rank} {rank_icon href="{$core.rel_url}manage/severities.php?cat=change_rank&id={$list[i].sev_id}&prj_id={$project.prj_id}&rank=asc" direction="up"}  {$list[i].sev_title}  {$list[i].sev_description}
{t}No severities could be found.{/t}
{/block}