{% 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 %} {{ _('I have read and accept the terms and conditions of the service.', url=url_for('site.terms')) }} {{ _('Sign up') }} {% endblock %}
{{ _('Why create an account?') }}