{% extends "email_base.html" %}
{% load i18n %}
{% block content %}
{% trans "You're receiving this email because a new account has been created for you at ephios." %}
{% trans "Please go to the following page and choose a new password:" %}
{% block reset_link %}
{% trans "Set password" %}
{% endblock %}
{% trans "Your username is your email address:" %} {{ email }}
{% endblock %}