{% extends "base.html" %} {% load i18n %} {% block content %}

{% block title %}{% trans "profile_settings" %}{% endblock %}

{% include "warpauth/profile/information.html" %}
{% include "warpauth/profile/change_password.html" %}
{% endblock %}