{% extends 'base.html' %} {% load i18n users_tags %} {% block title %}Account{% endblock %} {% block content %}

Welcome {{ user }}

{% if show_change_password and user.has_usable_password and not backends.associated %} {% trans "Change password" %} {% endif %} {% can_use_oauth as show_oauth_link %} {% if show_oauth_link %} {% trans "Manage OAuth" %} {% endif %} {% endblock %}