{% extends theme('base.html') %} {% import theme('macros/forms.html') as forms with context %} {% block content %}
{{ _('Sign up') }}

{{ _('Why create an account?') }}

{{ forms.render_fields(register_user_form, exclude=[register_user_form.submit]) }}
{% block extra_tos %} {% endblock %}
{% endblock %}