{if $params.data_table|lower eq "yes"} {else} {/if}
    {if $sr_title}
  • {$sr_title}
  • {/if} {if $id_title}
  • {$id_title}
  • {/if} {if $name_title}
  • {$name_title}
  • {/if} {if $group_title}
  • {$group_title}
  • {/if} {if $monthly_title}
  • {$monthly_title}
  • {/if} {if $quarterly_title}
  • {$quarterly_title}
  • {/if} {if $semiannually_title}
  • {$semiannually_title}
  • {/if} {if $annually_title}
  • {$annually_title}
  • {/if} {if $biennially_title}
  • {$biennially_title}
  • {/if} {if $triennially_title}
  • {$triennially_title}
  • {/if}
  • Order Now
{foreach from=$data item=whmp}
    {if $sr_title}
  • {$whmp.sr}.
  • {/if} {if $id_title}
  • {$whmp.id}
  • {/if} {if $name_title}
  • {$whmp.name}
  • {/if} {if $group_title}
  • {$whmp.group}
  • {/if} {if $monthly_title}
  • {$whmp.monthly}
  • {/if} {if $quarterly_title}
  • {$whmp.quarterly}
  • {/if} {if $semiannually_title}
  • {$whmp.semiannually}
  • {/if} {if $annually_title}
  • {$whmp.annually}
  • {/if} {if $biennially_title}
  • {$whmp.biennially}
  • {/if} {if $triennially_title}
  • {$whmp.triennially}
  • {/if}
  • {if $whmp.order_url}{$whmp.order_url}{/if}
{/foreach}