{if $result != ""} {/if} {/literal} {if $smarty.get.cat == 'edit'} {else} {/if}
{t}Manage Issue Reminders{/t} {if $smarty.get.cat == 'edit'}{t}Updating Reminder{/t} #{$smarty.get.id|intval}{else}{t}Creating New Reminder{/t}{/if}
{if $smarty.post.cat == "new"} {if $result == -1} {t}An error occurred while trying to add the new reminder.{/t} {elseif $result == -2} {t}Please enter the title for this new reminder.{/t} {elseif $result == 1} {t}Thank you, the reminder was added successfully.{/t} {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} {t}An error occurred while trying to update the reminder information.{/t} {elseif $result == -2} {t}Please enter the title for this reminder.{/t} {elseif $result == 1} {t}Thank you, the reminder was updated successfully.{/t} {/if} {/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 $backend_uses_support_levels} {counter} {/if} {if $project_has_customer_integration} {counter} {/if} {counter} {if $backend_uses_support_levels} {/if} {if $project_has_customer_integration} {/if}
{t}By Support Level{/t}       {t}By Customer{/t}       {t}By Issue ID{/t}
           
{t}All Issues{/t}       {t}Also Filter By Issue Priorities{/t}            
                       
{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 == 'edit'} {else} {/if}
{t}Existing Issue Reminders{/t}:
{literal} {/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 {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} {$list[i].rem_rank}  {$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}
{literal} {/literal}