{% trans_default_domain 'uniweb-auth' %}
| {{ ('auth.twoFactorSetup.section.' ~ type)|trans }} | {{ 'auth.twoFactorSetup.heading.enabled'|trans }} | {{ 'auth.twoFactorSetup.heading.actions'|trans }} |
|---|---|---|
| {{ method.translation|trans }} | {{ (method.enabled ? 'auth.twoFactorSetup.enabled.yes' : 'auth.twoFactorSetup.enabled.no')|trans }} | {% if method.enabled %} {{ 'auth.twoFactorSetup.action.update'|trans }} - {{ 'auth.twoFactorSetup.action.disable'|trans }} {% else %} {{ 'auth.twoFactorSetup.action.enable'|trans }} {% endif %} |