{% extends "kleides_mfa/base.html" %} {% load i18n static %} {% block content %}

{% trans '2 Step Authentication' %}

{% trans 'These are your 2 step authentication methods.' %}

{% for plugin, devices in plugins %} {% include plugin.device_list_template|default:"kleides_mfa/device_list.html" %} {% endfor %} {% endblock content %} {% block extra_js %} {% for plugin, devices in plugins %} {% if plugin.device_list_javascript %} {% endif %} {% endfor %} {% endblock extra_js %}