{% 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" %}