{% extends "ksp_login/base.html" %} {% load url from future %} {% load i18n %} {% block ksp_login_title %}{% trans "Account settings" %}{% endblock ksp_login_title %} {% block ksp_login_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 ksp_login_content %}