{% load i18n %} {% load bootstrap_toolkit %}
{% csrf_token %} {% if form.errors %}
{% trans "There was a problem creating your account!" %} {% trans "Please fix the errors below." %}
{% endif %} {{ form|as_bootstrap }}