[[Registration]]


{foreach from=$errors item=error key=field_caption} {if $error eq 'EMPTY_VALUE'}

'{$field_caption}' [[is empty]]

{elseif $error eq 'NOT_UNIQUE_VALUE'}

'{$field_caption}' [[this value is already used in the system]]

{elseif $error eq 'NOT_CONFIRMED'}

'{$field_caption}' [[not confirmed]]

{/if} {/foreach}

[[Fields marked with an asterisk (*) are mandatory]]

{foreach from=$form_fields item=form_field} {/foreach}
[[$form_field.caption]] {if $form_field.is_required} *{/if} {input property=$form_field.id}