#import "../button/icon.ftl" as buttonIcon >
<#import "../button/primary.ftl" as buttonPrimary>
<#import "../icon/external-link.ftl" as iconExternalLink>
<#macro kw>
<#nested "show-username">
${auth.attemptedUsername}
<@buttonPrimary.kw component="a" href="${url.loginRestartFlowUrl}">
<@buttonIcon.kw>
<@iconExternalLink.kw />
@buttonIcon.kw>
${msg("restartLoginTooltip")}
@buttonPrimary.kw>
#macro>