{% extends 'prefs.html' %} {% from 'include/modal_dialog.html' import modal_dialog, button_confirm, modal_confirm %} {% from 'include/session.html' import browser, os %} {% set active_panelid='session' %} {% block panel %} {% include 'message.html' %}

{% trans %}Active Sessions{% endtrans %}

{% trans %}This is a list of devices that are logged into your account. You may revoke any sessions that you do not recognize except your current session.{% endtrans %}

{{ modal_confirm( id='delete-session-modal', title=_('Revoke Session'), message=_("Are you sure? The device will be signed out from the application."), fields=['action', 'number'], submit=_('Revoke')) }} {% endblock %}