## Translators: this section lists all the third-party authentication providers (for example, Google and LinkedIn) the user can link with or unlink from their edX account.
${_("Connected Accounts")}
</span>
<spanclass="data">
<spanclass="third-party-auth">
% for state in provider_user_states:
<divclass="auth-provider">
<divclass="status">
% if state.has_account:
<iclass="icon fa fa-link"></i><spanclass="copy">${_("Linked")}</span>
% else:
<iclass="icon fa fa-unlink"></i><spanclass="copy">${_("Not Linked")}</span>
## Translators: clicking on this removes the link between a user's edX account and their account with an external authentication provider (like Google or LinkedIn).
## Translators: clicking on this creates a link between a user's edX account and their account with an external authentication provider (like Google or LinkedIn).