{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block title %}{% trans "Account settings" %}{% endblock title %} {% block content %} {% include "ksp_login/parts/multiple_forms.html" %}
{% trans "You can use any of the following services to log in to your account." %}
{% include "ksp_login/parts/associated_accounts_list.html" %}{% trans "If you want to associate other services to your account, feel free to pick any from the list below." %}
{% include "ksp_login/parts/backend_list.html" %}{% url "account_password" as passwd_url %} {% blocktrans %} You can change your password here. {% endblocktrans %}
{% endblock content %}