{% include "site/header.html" %} {% include "site/view_header.html" with errors=errors %} {% load i18n %}
{% include "site/profile-confirm-email.html" %} {% if request.user.organizations|length > 1 %} {% include "site/self-object-list.html" %} {% endif %} {% if request.user.email_confirmed %} {% include "site/profile-affiliate.html" %} {% endif %}
{% include "site/profile-pick-language.html" %} {% include "site/profile-2fa.html" %} {% if not request.user.has_oauth %} {% include "site/profile-change-email.html" %} {% include "site/profile-change-password.html" %} {% include "site/profile-change-username.html" %} {% endif %} {% include "site/profile-api-keys.html" %} {% include "site/profile-close-account.html" %}
{% include "site/footer.html" %}