{% extends "base.html" %} {% block title %}{{ _('Unsupported Two-Factor Authentication Method') }} — {{ service_name }}{% endblock %} {% block content %}
{{ _('The two-factor authentication method set up for your account is currently unsupported. Please contact an administrator.', contact_email=contact_email, service_name=service_name) }}
{% endblock %}