## 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).
${_("Link")}
</a>
% endif
</span>
</div>
% endfor
</span>
</span>
<liclass="heads-up">
<spanclass="title">${_("Want to change your account settings?")}</span>
<spanclass="copy">${_("Click the arrow next to your username above.")}</span>
</li>
% endif
% if len(order_history_list):
<liclass="order-history">
...
...
@@ -212,16 +141,6 @@
</li>
% endif
% if external_auth_map is None or 'shib' not in external_auth_map.external_domain:
## Translators: note that {platform} {cert_name_short} will look something like: "edX certificate". Please do not change the order of these placeholders.
<p>${_("To uphold the credibility of your {platform} {cert_name_short}, all name changes will be recorded.").format(platform=settings.PLATFORM_NAME, cert_name_short=cert_name_short)}</p>
<br/>
<divclass="input-group">
## Translators: note that {platform} {cert_name_short} will look something like: "edX certificate". Please do not change the order of these placeholders.
<label>${_("Enter your desired full name, as it will appear on your {platform} {cert_name_short}:").format(platform=settings.PLATFORM_NAME, cert_name_short=cert_name_short)}