{% trans "Two-factor authentication is not available, please install optional dependencies to enable authentication backends." %}
{% trans "Following composer packages are missing:" %}
{{ item.dep }}
({{ item.class }}){% trans "Two-factor authentication is available and configured for this account." %}
{% else %}{% trans "Two-factor authentication is available, but not configured for this account." %}
{% endif %} {% if missing|length > 0 %}{{ 'Please install optional dependencies to enable more authentication backends.'|trans }} {{ 'Following composer packages are missing:'|trans }}
{{ item.dep }}
({{ item.class }}){% trans "Two-factor authentication is not available, enable phpMyAdmin configuration storage to use it." %}
{% endif %}{% trans "You have enabled two factor authentication." %}
{{ backend_description }}
{% if backend_id == 'key' %}{{ 'The FIDO U2F API has been deprecated in favor of the Web Authentication API (WebAuthn).'|trans }}
{{ 'You can still use Firefox to authenticate your account using the FIDO U2F API, however it\'s recommended that you use the WebAuthn authentication instead.'|trans }}