{literal} {/literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if} {literal} {/literal}
{t}Manage Reminder Actions{/t} ({t}Reminder{/t} #{$rem_id}: {$rem_title})
{if $smarty.post.cat == "new"} {if $result == -1} {t}An error occurred while trying to add the new action.{/t} {elseif $result == -2} {t}Please enter the title for this new action.{/t} {elseif $result == 1} {t}Thank you, the action was added successfully.{/t} {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} {t}An error occurred while trying to update the action information.{/t} {elseif $result == -2} {t}Please enter the title for this action.{/t} {elseif $result == 1} {t}Thank you, the action was updated successfully.{/t} {/if} {/if}
{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}Yes{/t}   {t}No{/t}
{t}Alert IRC:{/t} {t}Yes{/t}   {t}No{/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 == 'edit'} {else} {/if}
{t}Existing Actions:{/t} ({t}Back to Reminder List{/t})
{literal} {/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 {t}Rank{/t}   {t}Title{/t}  {t}Type{/t}  {t}Details{/t}
{$list[i].rma_rank}  {$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 != ''} Status: {$list[i].status}{/if}
{t}No actions could be found.{/t}
{literal} {/literal}