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

{% trans "Profile Settings" %}

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