{% extends theme('layouts/1-column.html') %} {% import 'macros/forms.html' as forms with context %} {% set section_class = 'form' %} {% block main_content %}
{{ _('Sign Up') }} {{ forms.render(register_user_form, exclude=[register_user_form.submit]) }}

{{ _('In particular, I understand that this site values the production and enrichment of datasets over definitive or partisan interpretations. The members of the community are in charge of looking after the quality of the content it produces.')}}
{% endblock %}