{% extends "ui/page.html" %} {% load crispy_forms_tags i18n static ui %} {% block title %}{{ title }} | {% translate 'Account' %}{% endblock %} {% block page_body %}

{% translate 'Account' %}

{% include 'ui/accounts/partials/nav.html' with active_tab=active_tab %} {% if is_federated %} {% endif %} {% crispy form %}
{% endblock %}