packages/fxa-content-server/app/scripts/templates/sign_in_bounced.mustache (16 lines of code) (raw):
<div id="main-content" class="card">
<header>
<h1 id="fxa-signin-bounced-header">{{#unsafeTranslate}}Sorry. We’ve locked your account.{{/unsafeTranslate}}</h1>
</header>
<section>
<div class="graphic graphic-mail-bounced"></div>
<p>{{#t}}The confirmation email we sent to %(email)s was returned and we’ve locked your account to protect your Firefox data.{{/t}}</p>
<p class="faint">{{#unsafeTranslate}}If this is a valid email address, <a %(escapedSupportLinkAttrs)s>let us know</a> and we can help unlock your account.{{/unsafeTranslate}}</p>
<div class="links">
<a id="create-account" class="{{#canGoBack}}left {{/canGoBack}}delayed-fadein" href="#" data-flow-event="link.create-account">{{#t}}No longer own that email? Create a new account{{/t}}</a>
{{#canGoBack}}
<a id="back" class="right delayed-fadein" href="#" data-flow-event="link.back">{{#t}}Back{{/t}}</a>
{{/canGoBack}}
</div>
</section>
</div>