<p>{% trans %}Two-factor authentication with Time-based One-Time Passowrd is enabled. Use the form below to test your TOTP client configuration{% endtrans %}
<br>
{% trans %}Click on "Disable TOTP" to disable TOTP.{% endtrans %}
<h5>{% trans %}Two-factor authentication is enabled{% endtrans %}</h5>
<p>{% trans %}Click on <i>Disable TOTP</i> to disable it{% endtrans %}</p>
</p>
</blockquote>
<divclass="row">
{{ macros.form(form) }}
<divclass="card">
<divclass="card-body">
<h5>{% trans %}Test your one-time password{% endtrans %}</h5>
<p>{% trans %}Feel free to use this form in order to check your client configuration{% endtrans %}</p>
</div>
<divclass="card-footer">
{{ macros.form(form) }}
</div>
</div>
</div>
{% else %}
...
...
@@ -30,7 +37,7 @@
<divclass="col-md-6 col">
<blockquoteclass="quote-info">
<h5>{% trans %}Two-factor authentication is disabled{% endtrans %}</h5>
<p>{% trans %}Click on <i>Enable TOTP</i> to configure it.{% endtrans %}</p>
<p>{% trans %}Click on <i>Enable TOTP</i> to configure it{% endtrans %}</p>