{extends "idf/base-simple.html"} {block body} {if $form.errors}

{trans 'Oops, please check the provided login and email address to register.'}

{if $form.get_top_errors} {$form.render_top_errors|unsafe} {/if}
{/if}
{$form.f.login.labelTag}: {if $form.f.login.errors}{$form.f.login.fieldErrors}{/if} {$form.f.login|unsafe}
{$form.f.login.help_text}
{$form.f.email.labelTag}: {if $form.f.email.errors}{$form.f.email.fieldErrors}{/if} {$form.f.email|unsafe}
{$form.f.email.help_text}
 
{$terms}
  {if $form.f.terms.errors}{$form.f.terms.fieldErrors}{/if} {$form.f.terms|unsafe} {$form.f.terms.labelTag}
{blocktrans}Read the terms and conditions – basically "Please be nice, we respect you".{/blocktrans}
  | {trans 'Cancel'}
{/block} {block context}

{trans 'Be sure to provide a valid email address, as we are sending a validation link by email.'}

{aurl 'url', 'IDF_Views::passwordRecoveryAsk'}

{blocktrans}If you have just forgotten your login information, then there is no need to create a new account. Just go here to recover your login name and password.{/blocktrans}

{trans 'Did you know?'}
{aurl 'url', 'IDF_Views::faq'} {blocktrans}With your account, you will able to participate in the life of all the projects hosted here. Participating in a software project must be fun, so if you have troubles, you can let us know about your issues at anytime!{/blocktrans}

{/block} {block javascript} {/block}