{% extends "base.html" %} {% block content %}

{{ gettext("Token Enrollment") }}

{% if not deploy_optional %}

{{ gettext("Your account requires a new authentication token.") }}

{% endif %}
{% if deploy_token_types|length > 1 %}

{{ gettext("Choose your preferred authentication method:") }}

{% for tt in deploy_token_types %} {% endfor %}
{% else %} {% endif %}
{% endblock %}