{% extends "karvi/base/__2col.html" %} {% load i18n %} {% load karvi_style %} {% block section %}

{% trans "Create Account" %}

{% csrf_token %} {% for field in form %}
{{ field.label_tag }}
{{ field|form_styling }}
{% if field.errors %} {% endif %}
{% endfor %}
{% endblock section %} {% block aside %} {% endblock aside %}