{literal} {/literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if}
{t}Manage Statuses{/t}
{if $smarty.post.cat == "new"} {if $result == -1} {t}An error occurred while trying to add the new status.{/t} {elseif $result == -2} {t}Please enter the title for this new status.{/t} {elseif $result == 1} {t}Thank you, the status was added successfully.{/t} {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} {t}An error occurred while trying to update the status information.{/t} {elseif $result == -2} {t}Please enter the title for this status.{/t} {elseif $result == 1} {t}Thank you, the status was updated successfully.{/t} {/if} {/if}
{t}Title:{/t} {include file="error_icon.tpl.html" field="title"}
{t}Abbreviation:{/t} {include file="error_icon.tpl.html" field="abbreviation"} {t}(three letter abbreviation){/t}
{t}Rank:{/t} {include file="error_icon.tpl.html" field="rank"}
{t}Closed Context ?{/t} {t}Yes{/t} {t}No{/t}
{t}Assigned Projects:{/t} {include file="error_icon.tpl.html" field="projects[]"}
{t}Color:{/t} {include file="error_icon.tpl.html" field="color"} {t}(this color will be used in the issue listing page){/t}
{if $smarty.get.cat == 'edit'} {else} {/if}
{t}Existing Statuses:{/t}
{literal} {/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 {t}Rank{/t}   {t}Abbreviation{/t}   {t}Title{/t}  {t}Projects{/t}  {t}Color{/t}
{$list[i].sta_rank} {$list[i].sta_abbreviation}  {$list[i].sta_title}  {$list[i].projects|escape:"html"}  {$list[i].sta_color}
{t}No statuses could be found.{/t}