{$profile->firstName|gs} {$profile->lastName|gs}
{if $profile->company != ''}{$profile->company|gs}
{/if}
{$profile->address1|gs}
{if $profile->address2 != ''}{$profile->address2|gs}
{/if}
{$profile->city|gs}, {$profile->state|gs} {$profile->zip|gs}
{$profile->country|gs}
Phone: {$profile->phone|gs}
Email: {$profile->email|gs}
{trans key="common.edit"}