{if $Address->getAttribute('company')}
{$Address->getAttribute('company')}
{if !empty($suffix)}
{$suffix}
{/if}
{$salutation} {$firstname} {$lastname}
{if !empty($contactPerson)}
{locale group="quiqqer/erp" var="attention.abbreviation"} {$contactPerson}
{/if} {else}
{$salutation} {$firstname} {$lastname}
{if !empty($suffix)}
{$suffix}
{/if} {/if}
{$street_no}
{if !empty($country)}
{$country}- {$zip} {$city}
{else}
{$zip} {$city}
{/if} {if $Address->getAttribute('company') && $Countries->existsCountryCode($Address->getAttribute('company'))} {assign var=Country value=$Address->getCountry()} {if $Country->getCountry()}
{$Country->getName()}
{/if} {/if}