{% extends "email/base.html" %} {% load utils %} {% load i18n %} {% block pre_header %} {% trans "Looks like you tried signing in a few too many times. Let's see if we can get you back into your account." %} {% endblock %} {% block content %}

{% trans 'Trouble signing in?' %}

{% trans "Resetting your password is easy. Just press the button below and follow the instructions. We'll have you up and running in no time." %}

{% trans 'Reset Password' %}

{% trans 'Want a more secure account?' %}

{% trans 'We support two-factor authentication to help keep your information private.' %}

{% trans 'See how easy it is to get started' %}

{% endblock %}