| <{$rid}> | <{if $actionForm->get('title',$rid) == $ranksObjects[$rid]->get('rank_title')}>
        <{$actionForm->get('title',$rid)|xoops_escape}>
      <{else}>
         (<{$ranksObjects[$rid]->getShow('rank_title')}>) » <{$actionForm->get('title',$rid)|xoops_escape}>
      <{/if}> | <{if $actionForm->get('min',$rid) == $ranksObjects[$rid]->get('rank_min')}>
        <{$actionForm->get('min',$rid)|xoops_escape}>
      <{else}>
         (<{$ranksObjects[$rid]->getShow('rank_min')}>) » <{$actionForm->get('min',$rid)|xoops_escape}>
      <{/if}> | <{if $actionForm->get('max',$rid) == $ranksObjects[$rid]->get('rank_max')}>
        <{$actionForm->get('max',$rid)|xoops_escape}>
      <{else}>
         (<{$ranksObjects[$rid]->getShow('rank_max')}>) » <{$actionForm->get('max',$rid)|xoops_escape}>
      <{/if}> | <{if $ranksObjects[$rid]->getShow('rank_special') == 1}>
          <{$smarty.const._YES}>
        <{else}>
          <{$smarty.const._NO}>
        <{/if}> | <{if $actionForm->get('delete',$rid) == 1}>
          <{$smarty.const._YES}>
        <{else}>
          <{$smarty.const._NO}>
        <{/if}>
	
      <{if $actionForm->get('delete',$rid)}>
        
      <{else}>
        
      <{/if}> | 
<{/foreach}>