## Translators: provider_name is the name of an external, third-party user authentication provider (like Google or LinkedIn).
<buttontype="submit"class="button button-primary button-${enabled.NAME}"onclick="thirdPartySignin(event, '${pipeline.get_login_url(enabled.NAME, pipeline.AUTH_ENTRY_LOGIN)}');"><spanclass="icon ${enabled.ICON_CLASS}"></span>${_('Sign in with {provider_name}').format(provider_name=enabled.NAME)}</button>
<buttontype="submit"class="button button-primary button-${enabled.NAME}"onclick="thirdPartySignin(event, '${pipeline_url[enabled.NAME]}');"><spanclass="icon ${enabled.ICON_CLASS}"></span>${_('Sign in with {provider_name}').format(provider_name=enabled.NAME)}</button>
## Translators: provider_name is the name of an external, third-party user authentication service (like Google or LinkedIn).
<buttontype="submit"class="button button-primary button-${enabled.NAME}"onclick="thirdPartySignin(event, '${pipeline.get_login_url(enabled.NAME, pipeline.AUTH_ENTRY_REGISTER)}');"><spanclass="icon ${enabled.ICON_CLASS}"></span>${_('Sign up with {provider_name}').format(provider_name=enabled.NAME)}</button>
<buttontype="submit"class="button button-primary button-${enabled.NAME}"onclick="thirdPartySignin(event, '${pipeline_urls[enabled.NAME]}');"><spanclass="icon ${enabled.ICON_CLASS}"></span>${_('Sign up with {provider_name}').format(provider_name=enabled.NAME)}</button>