{% extends 'accounts/base_accounts.html' %} {% load i18n %} {% load url from future %} {% block title %}{% trans "Account setup" %}{% endblock %} {% block content_title %}

{% blocktrans with profile.user.username as username %}Account » {{ username }}{% endblocktrans %}

{% endblock %} {% block content %}
{% include 'accounts/box-nav.html' %} {% csrf_token %}
{% trans "Edit Profile" %} {{ form.as_p }}
{% endblock %}