{% extends "u2f/base.html" %} {% load argonauts %} {% load i18n %} {% load static %} {% block content %} {{ block.super }} {% if forms.u2f %}

{% trans 'Insert your Security Key' %}

{% blocktrans %} If your Security Key has a button, tap it.
If it doesn't, remove and re-insert it. {% endblocktrans %}

{% trans 'Insert your Security Key' %}

{% csrf_token %} {{ forms.u2f.as_p }}
{% endif %} {% endblock %}