{% extends "_email/users/password/new_plain.html" %}
{% load i18n %}
{% load url from future %}
{% block content %}
{% trans username=user.username %}{{ username }}, you are receiving this message because board administrator has reset your account's password with new one.{% endtrans %}
{% trans %}Your new password:{% endtrans %} {{ password }}
{% trans %}You can sign in to your account using new password by following this link:{% endtrans %}
{{ board_address }}{% url 'sign_in' %}
{% endblock %}