{% extends "mfa/base_entrance.html" %} {% load i18n allauth static %} {% block head_title %} {% trans "Trust this Browser?" %} {% endblock head_title %} {% block content %}

{% trans "Trust this Browser?" %}

{% blocktranslate %}If you choose to trust this browser, you will not be asked for a verification code the next time you sign in.{% endblocktranslate %}

{% url 'mfa_trust' as action_url %}
{% csrf_token %} {% for field in form %} {% if field.is_hidden %} {{ field }} {% endif %} {% endfor %}
{% csrf_token %}
{% endblock content %}