{% extends 'wafer/base_form.html' %} {% load i18n %} {% load crispy_forms_tags %} {% block content %}

{% trans 'Sign up' %}

{% crispy form %} {% endblock %}