{% extends "base.html" %} {% load i18n %} {% block content %}
{% csrf_token %} {% trans "Edit your Profile" %} {{ form.as_table }}
{% endblock %}