{if $smarty.session.Logged != '1' }

{t}New person{/t}

{t escape=no 1='' 2=''}Read the %1Membership%2 Charter section.{/t}

{/if} {if $smarty.session.Logged == '1' }

{t}Update person data{/t}

{/if}

{t escape=no 1='' 2=''}The fields indicated with an asterisk %1*%2 are required to complete this transaction; other fields are optional.{/t}

{t}Account identification{/t}

{t}Person{/t}

{t}Address{/t}

{t}Interactive communication medias{/t}

{t}Other information{/t}

{if $smarty.session.BirthYear eq ''} {assign var=BirthYear value='--'} {else} {assign var=BirthYear value="01-01-`$smarty.session.BirthYear`"} {/if} {html_select_date prefix="Birth" time="$BirthYear" start_year="-100" end_year="-18" display_days=false display_months=false year_empty="" year_extra="id=BirthYear"} {if $smarty.session.Logged == '1' } {/if}