<p>Hello <%%= @user.email %>!</p>

<p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p>

<p>Click the link below to unlock your account:</p>

<p><%%= link "Unlock my account", to: <%= inspect web_module %>.Router.Helpers.haytni_<%= scope %>_unlock_url(<%= inspect web_module %>.Endpoint, :show, unlock_token: @user.unlock_token) %></p>
