{if $twoFactorAuthIsEnabled}

{locale group="quiqqer/frontend-users" var="profile.2fa.title"}

{foreach $authenticators as $authenticator}

{$authenticator->getFrontendTitle()} {if $self->isAuthenticatorEnabled($authenticator)} {locale group="quiqqer/frontend-users" var="profile.2fa.label.enabled"} {else} {locale group="quiqqer/frontend-users" var="profile.2fa.label.disabled"} {/if}

{$authenticator->getFrontendDescription()}
{if $self->isAuthenticatorEnabled($authenticator)} {elseif $authenticator->getSettingsControl()} {else} {/if}
{/foreach}
{else}

{locale group="quiqqer/frontend-users" var="profile.2fa.not.enabled.title"}

{locale group="quiqqer/frontend-users" var="profile.2fa.not.enabled.description"}
{/if}