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

Token Enrollment

{% if not deploy_optional %}

Your account requires a new authentication token.

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

Choose your preferred authentication method:

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