{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 Issue Reminders{/t}
{if $smarty.get.cat|default:'' == 'edit'}{t}Updating Reminder{/t} #{$smarty.get.id|intval}{else}{t}Creating New Reminder{/t}{/if}
{t}Project{/t} {include file="error_icon.tpl.html" field="project"}
{t}Title{/t} {include file="error_icon.tpl.html" field="title"}
{t}Rank{/t} {include file="error_icon.tpl.html" field="rank"}
{t}Reminder Type{/t}: {counter start=0 assign="next_field"} {if $project_has_customer_integration} {counter} {counter} {/if} {counter} {if $project_has_customer_integration} {/if}
           
           
                 
                       
                   
                       
{t}Skip Weekends{/t}: {t}Yes{/t} {t}No{/t}
 {t}If yes, this reminder will not activate on weekends and time will not accumulate on the weekends.{/t}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{section name="i" loop=$list} {sectionelse} {/section}
{t}Existing Issue Reminders{/t}:
 {t}ID{/t}   {t}Rank{/t}   {t}Title{/t}  {t}Project{/t}  {t}Type{/t}  {t}Issue Priorities{/t}   {t}Details{/t}
{$list[i].rem_id} {rank_icon href="{$core.rel_url}manage/reminders.php?cat=change_rank&id={$list[i].rem_id}&rank=desc" direction="down"} {$list[i].rem_rank} {rank_icon href="{$core.rel_url}manage/reminders.php?cat=change_rank&id={$list[i].rem_id}&rank=asc" direction="up"}  {$list[i].rem_title|escape:"html"}  {$list[i].prj_title|escape:"html"}  {if $list[i].type == 'ALL'}{t}All Issues{/t}{elseif $list[i].type == 'support_level'}{t}By Support Level{/t}{elseif $list[i].type == 'customer'}{t}By Customer{/t}{elseif $list[i].type == 'issue'}{t}By Issue ID{/t}{/if}  {section name="y" loop=$list[i].priorities}{$list[i].priorities[y]|escape:"html"}{if not $smarty.section.y.last}, {/if}{/section}  {$list[i].total_actions} Action{if $list[i].total_actions != 1}s{/if}
{t}No reminders could be found.{/t}
{/block}