{% extends 'email_layout.html' %} {% block title %} {% trans %}Your verification code{% endtrans %} {% endblock title %} {% block body %}

{% trans username=(user.fullname or user.username) %}Hey {{ username }},{% endtrans %}

{% trans %}To help us make sure it's really you, here's the verification code you'll need to log in:{% endtrans %}

{{ code }}

{% trans %}If this wasn't you logging in, and you use a password to log in, please reset your password.{% endtrans %}

{% trans %}This code will expire in 1 hour. Once the code expires, you will need to request a new verification code by going through the login procedure again.{% endtrans %}

{% endblock body %}