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

{{ gettext("Settings") }}

{% if show_password_change %}

{{ gettext("Change Password") }}

{% endif %} {% if show_pin_change %}

{{ gettext("Change PIN") }}

{% endif %}

{{ gettext("Login Token") }}

{{ gettext("Re-deploy your login token. This will replace your current login token with a new one.") }}

{{ gettext("Re-deploy Login Token") }}

{{ gettext("Language") }}

{{ gettext("Choose your preferred language. \"Browser default\" follows the language sent by your browser.") }}

{{ gettext("Device Tokens") }}

{{ gettext("Existing Device Tokens") }}

{{ gettext("Connected Applications") }}

{{ gettext("Applications you have granted access to your account. Disconnecting removes the approval and terminates the application's active session.") }}

{% endblock %}