{% extends 'layout.html' %} {% set page_title = _('Register new Account') %} {% block body %}

{{ page_title }}

{% call form() %} {{ form.as_dl() }} {{ form.captcha or '' }}
{% endcall %} {% endblock %}