{% extends "base.html" %} {% load authnames crispy_forms_tags i18n translations %} {% block breadcrumbs %}
  • {% translate "Sign in" %}
  • {% endblock breadcrumbs %} {% block content %}

    {% include "accounts/snippets/login-title.html" %}

    {% translate "Second factor sign-in" %}

    {% translate "Please complete your sign-in using second factor credential." %}

    {% crispy form %} {% if form.show_submit %} {% endif %}
    {% if second_factor_types %}
    {% endif %}
    {% include "accounts/snippets/login-info.html" %}
    {% endblock content %}