{/literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if}
{t}Manage Reminder Conditions{/t} ({t}Reminder{/t} #{$rem_id}: {$rem_title} -> {t}Action{/t} #{$rma_id}: {$rma_title})
{if $smarty.post.cat == "new"} {if $result == -1} {t}An error occurred while trying to add the new condition.{/t} {elseif $result == -2} {t}Please enter the title for this new condition.{/t} {elseif $result == 1} {t}Thank you, the condition was added successfully.{/t} {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} {t}An error occurred while trying to update the condition information.{/t} {elseif $result == -2} {t}Please enter the title for this condition.{/t} {elseif $result == 1} {t}Thank you, the condition was updated successfully.{/t} {/if} {/if}
{t}Field:{/t} {include file="error_icon.tpl.html" field="field"}
{t}Operator:{/t} {include file="error_icon.tpl.html" field="operator"}
{t}Value:{/t} {if $show_status_options == 'yes' or $show_category_options == 'yes'} {else} {if $show_field_options == 'yes'} {include file="error_icon.tpl.html" field="comparison_field"} {t}or{/t}  {/if} {t}(in hours please){/t} {/if} {include file="error_icon.tpl.html" field="value"}
{if $smarty.get.cat == 'edit'} {else} {/if}
{t}Existing Conditions:{/t} ({t}Back to Reminder Action List{/t})
{/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 {t}Field{/t}  {t}Operator{/t}  {t}Value{/t}
 {$list[i].rmf_title|escape:"html"}  {$list[i].rmo_title|escape:"html"}  {$list[i].rlc_value|escape:"html"}
{t}No conditions could be found.{/t}