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

{% trans "Trust this Browser?" %}

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

{% csrf_token %} {% include 'allauth/components/form.html' %}
{% csrf_token %}
{% endblock %}