{% extends "user/base.html" %} {% load passbook_utils %} {% load i18n %} {% block page %}
{% trans "Time-based One-Time Passwords" %}

{% blocktrans with state=state|yesno:"Enabled,Disabled" %} Status: {{ state }} {% endblocktrans %} {% if state %} {% else %} {% endif %}

{% if not state %} {% trans "Enable Time-based OTP" %} {% else %} {% trans "Disable Time-based OTP" %} {% endif %}

{% endblock %}