{% extends "base_account.html" %} {% load user_sessions %} {% load i18n %} {% load Pleio_templatetags %} {% 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 %}