{% extends "base.html" %}
{% block content %}
{{ render_text("There has been an unsuccessful login attempt on your SimpleLogin account.") }}
{{ render_text("An invalid " ~ type ~ " code was provided but the email and password were provided correctly.") }}
{{ render_text("This request was blocked. However, if this was not you, please change your password immediately.") }}
{{ render_button("Change your password", URL ~ "/dashboard/setting#change_password") }}
{{ render_text('Thanks,
SimpleLogin Team.') }}
{{ raw_url(URL ~ "/dashboard/setting#change_password") }}
{% endblock %}