{% extends 'account/base.html' %} {% block content %} {% if title %}

{{ title }}

{% endif %}
{% csrf_token %} {{ form }}
{% endblock %}