{% load url from future %}Hi {{ name }}.

It seems you've requested to have your {{ SITE.name }} password reset. If you haven't done
so, you can just delete this email. Otherwise, please follow the link below to be receive
a new password via email.

http://{{ SITE.domain }}{% url 'reset_password' guid %}{% if next %}?next={{ next|urlencode }}{% endif %}