{if $host.special} {/if}
 {$host.name}
 
Sort By: {if $monthly_price and $desc}   {/if} {if $monthly_price and !$desc}   {/if}  Price | {if $webspace and $desc}   {/if} {if $webspace and !$desc}   {/if}  Webspace | {if $datatransfer and $desc}   {/if} {if $datatransfer and !$desc}   {/if}  Data Transfer 

Address{$host.address}
City{$host.city}
State/Province{$host.state_province}
Country{$host.country}
Zip/Postal{$host.zip_postal}
Phone{$host.phone}

Special Offers / News

{$host.special}



{foreach from=$plans item=plan}
  Company: {$plan.company}
  Viewing Plan: {$plan.name}
  Company Rating: {if $host.rating}{$host.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}