{% if twofactorcode.enforced == true %} {{ 'UI:TwoFactorCode:TwoFactorEnforced'|dict_s|raw }} {% elseif twofactorcode.secret_enabled == true %} {{ 'UI:TwoFactorCode:TwoFactorEnabled'|dict_s|raw }} {% else %} {{ 'UI:TwoFactorCode:TwoFactorNotEnabled'|dict_s|raw }} {% endif %}
{% if twofactorcode.secret_enabled == true %} {{ 'UI:TwoFactorCode:SecretEnabled'|dict_s|raw }} {% else %} {{ 'UI:TwoFactorCode:SecretNotEnabled'|dict_s|raw }} {% endif %}


{% if twofactorcode.secret_update_status == '0' %} {% elseif twofactorcode.secret_update_status == '1' %}

{{ 'UI:TwoFactorCode:SecretUpdateSuccessful'|dict_s|raw }}

{% elseif twofactorcode.secret_update_status == '2' %}

{{ 'UI:TwoFactorCode:SecretUpdateFailed'|dict_s|raw }}

{% endif %}

{{ 'UI:TwoFactorCode:HowToConfirmNewCodeInfo'|dict_s|raw }}

  1. {{ 'UI:TwoFactorCode:HowToConfirmNewCodeScan'|dict_s|raw }}
  2. {{ 'UI:TwoFactorCode:HowToConfirmNewCodeEnter'|dict_s|raw }}