{% extends "base_account.html" %} {% load user_sessions %} {% load i18n %} {% load include_asset %} {% block page_title %}{% trans "Security settings" %}{% endblock %} {% block page_header %}{% trans "Security" %}{% endblock %} {% block content %}

{% trans "Security" %}

{% if messages %} {% endif %} {% include 'security_pages/change_password.html' %} {% include 'security_pages/two_factor_authorization.html' %} {% include 'security_pages/user_sessions.html' %} {% endblock %}