<% if (requiredEmail) { %> <%= gettext('The site requested you sign in using') %>
<% if (privacy_url && tos_url) { %>

<%= format( gettext('By clicking %s, you confirm that you accept this site\'s Terms of Use and Privacy Policy.'), [ gettext('verify'), format(' href="%s" target="_new"', [tos_url]), format(' href="%s" target="_new"', [privacy_url]) ]) %>

<% } %> <% if (privacy_url && tos_url) { %>

<% } %>
<% } else { %> <%= gettext("Verify With Email Provider") %>
<%= gettext("You must sign in with your email provider to verify ownership of this address. This window will be redirected to") %>

<%= auth_url %>.

<% if (privacy_url && tos_url) { %>

<%= format( gettext('By clicking %s, you confirm that you accept this site\'s Terms of Use and Privacy Policy.'), [ gettext('verify'), format(' href="%s" target="_new"', [tos_url]), format(' href="%s" target="_new"', [privacy_url]) ]) %>

<% } %> <%= gettext("cancel") %> <% if (privacy_url && tos_url) { %>

<% } %>
<% } %>