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}
{/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} |
|
|
|
|
{/foreach}
|