{% extends "mfa_auth_base.html" %} {% load static %} {% block head %} {% url 'td_checkTrusted' as td_checkTrusted %} {{ td_checkTrusted|json_script:"td_checkTrusted" }} {% url 'td_securedevice' as td_securedevice %} {{ td_securedevice|json_script:"td_securedevice" }} {% endblock %} {% block content %}

Add Trusted Device
{% if success %}
Please check your PC window, to continue the process.
{% elif added %}
Your device is now trusted, please try to login
{% else %}
Please make sure you are not in private (incognito) mode
{% csrf_token %} {% if invalid %}
{{ invalid }}
{% endif %} {% if quota %}
{{ quota }}
{% endif %}
I confirm that this device is mine and it is only used by me.
{% comment %}
{% endcomment %}
{% endif %}
{% endblock %}