{$category.name}
 
Sort By: {if $monthly_price and $desc}   {/if} {if $monthly_price and !$desc}   {/if}  Price | {if $rating and $desc}   {/if} {if $rating and !$desc}   {/if}  Rating | {if $webspace and $desc}   {/if} {if $webspace and !$desc}   {/if}  Webspace | {if $datatransfer and $desc}   {/if} {if $datatransfer and !$desc}   {/if}  Data Transfer | {if $company and $desc}   {/if} {if $company and !$desc}   {/if}  Company 


{if $adv}
{$adv.full_text}  


{/if} {foreach from=$plans item=plan}
  Company: {$plan.company}
  Viewing Plan: {$plan.name}
  Company Rating: {if $plan.rating}{$plan.rating}/10{else}no ratings{/if}
Plan Name Price Webspace Data Transfer Platform
{$plan.name} ${$plan.monthly_price} {$plan.webspace} MB {if $plan.datatransfer == 999999999}Unmetered{else}{$plan.datatransfer} GB{/if} {if $plan.os}NT{else}Unix{/if}
 Plan Details  Post Review  Read Reviews  Purchase Plan


{/foreach}
{if $pages} {if !$first_page} prev   {/if} {foreach from=$pages item=page} {if $page.current} {$page.value}   {else} {$page.value}   {/if} {/foreach} {if !$last_page} next {/if} {/if}