{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 Reminder Actions{/t}
{t}Title{/t} {include file="error_icon.tpl.html" field="title"}
{t}Action Type{/t} {include file="error_icon.tpl.html" field="type"}
{t}Rank{/t} {include file="error_icon.tpl.html" field="rank"} ({t}this will determine the order in which actions are triggered{/t})
{t}Alert Group Leader{/t}   
{t}Alert IRC{/t}   
{t}Boilerplate{/t} {include file="error_icon.tpl.html" field="boilerplate"} ({t}this will show up on the bottom of the reminder messages{/t})
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{section name="i" loop=$list} {sectionelse} {/section}
{t}Existing Actions{/t}
 {t}Rank{/t}   {t}Title{/t}  {t}Type{/t}  {t}Details{/t}
{rank_icon href="{$core.rel_url}manage/reminder_actions.php?cat=change_rank&id={$list[i].rma_id}&rem_id={$rem_id}&rank=desc" direction="down"} {$list[i].rma_rank} {rank_icon href="{$core.rel_url}manage/reminder_actions.php?cat=change_rank&id={$list[i].rma_id}&rem_id={$rem_id}&rank=asc" direction="up"}  {$list[i].rma_title|escape:"html"}  {$list[i].rmt_title} {if $list[i].rma_alert_irc} [Alert IRC]{/if} {if $list[i].rma_alert_group_leader} [Alert Group Leader]{/if}  {$list[i].total_conditions} Condition{if $list[i].total_conditions != 1}s{/if}
{if $list[i].status|default:'' != ''} Status: {$list[i].status}{/if}
{t}No actions could be found.{/t}
{/block}