{% extends "shopit/account/account_detail.html" %} {% load i18n %} {% block page_title %}{{ block.super }} • {% trans "Settings" %}{% endblock %} {% block body %} {% if action %}
{% csrf_token %} {{ form.as_p }}
{% endif %} {% endblock %}