{$form.javascript}
{$form.hidden}
{$form.header.personal}
{$form.name.label} {$form.name.error}
{$form.name.first.html} {$form.name.last.html}
{$form.name.first.label} {$form.name.last.label}
{$form.phone.label} {$form.phone.html}
{$form.email.label} {$form.email.html}
{$form.pass.label_note}
{$form.pass.label} {$form.pass.html}
{$form.header.company_info}
{$form.company.label} {$form.company.html}
{$form.street.label} {$form.street.html}
{$form.address.label} {$form.address.error}
{$form.address.zip.html} {$form.address.city.html}
{$form.address.zip.label} {$form.address.city.label}
{$form.country.label} {$form.country.html}
{$form.destination.label} {$form.destination.html}
{$form.requirednote} {$form.reset.html} {$form.submit.html}

{$form.news.html}

Collected Errors:
{foreach key=name item=error from=$form.errors} {$error} in element [{$name}]
{/foreach}  

The used "Static" Array

{$static_array|htmlentities}