{% extends "user/base.html" %} {% load passbook_utils %} {% load i18n %} {% block page %}
{% blocktrans with state=state|yesno:"Enabled,Disabled" %} Status: {{ state }} {% endblocktrans %} {% if state %} {% else %} {% endif %}
{% if not state %} {% trans "Enable OTP" %} {% else %} {% trans "Disable OTP" %} {% endif %}
{% for token in static_tokens %}{{ token.token }} {% empty %}{% trans 'N/A' %}{% endfor %}