{% load i18n %}
{% trans "Time-based One-Time Passwords" %}

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

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