{config_load file="$language_path_admin/$language.conf" section="general"} {config_load file="$language_path_admin/$language.conf" section="company_overview_snippet"} {if $company.default_airport} {/if} {if $company.customers} {/if} {if $company.ships} {/if}
{#account_info#}
{#type#} {$company.type}
{#default_airport#} {$company.default_airport}
{#customers#} {foreach from=$company.customers item=customer} {$customer.link_button} {$customer.link}
{/foreach}
{#ships#} {foreach from=$company.ships item=ship} {$ship.link_button} {$ship.link}{if $ship.baptismal_name} ({$ship.baptismal_name}){/if}
{/foreach}
{#date_added#} {$company.date_added|date_format:"$date_format_long"}