{% 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 %}
{{ '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 }}