{% extends "core/base.html" %} {% load crispy_forms_tags %} {% block title %} {{ title }} | {{ block.super }}{% endblock title %} {% block content %} {% include "core/messages.html" %}

{{ title }}


{% csrf_token %} {{ user_form|crispy }} {{ account_form|crispy }} {{ address_form|crispy }}
{% endblock content %}