{hook name="companies:view"} {assign var="obj_id" value=$company_data.company_id} {assign var="obj_id_prefix" value="`$obj_prefix``$obj_id`"} {include file="common/company_data.tpl" company=$company_data show_name=true show_descr=true show_rating=true show_logo=true show_links=true show_address=true show_location_full=true}

{$company_data.company}

{__("contact_information")}
{if $company_data.email}
{$company_data.email}
{/if} {if $company_data.phone}
{$company_data.phone}
{/if} {if $company_data.fax}
{$company_data.fax}
{/if} {if $company_data.url}
{$company_data.url}
{/if}
{__("shipping_address")}
{$address="address_`$obj_id`"} {if $smarty.capture.$address|trim}
{$smarty.capture.$address nofilter}
{/if} {$location_full="location_full_`$obj_id`"} {if $smarty.capture.$location_full|trim}
{$smarty.capture.$location_full nofilter}
{/if}
{$company_data.country|fn_get_country_name}
{capture name="tabsbox"}
{if $company_data.company_description}
{$company_data.company_description nofilter}
{/if}
{hook name="companies:tabs"} {/hook} {/capture}
{include file="common/tabsbox.tpl" content=$smarty.capture.tabsbox active_tab=$smarty.request.selected_section} {/hook}