{% 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 %}{% blocktranslate %} Your account is federated from an external provider. You can update your details in your Identity Provider. {% endblocktranslate %}