{% extends "base.html" %} {% block login_body_content %}
{% csrf_token %}
{% translate_errors form.pin.errors %}

{% translate_text "Enter the code from the two-factor app on your mobile device. If you've lost your device, you may enter one of your recovery codes." %}


{% translate_text "logout" capfirst %}
{% endblock %}