{% extends "layout/mail.html" %} {% block title %}{{ _('Lost Password') }}{% endblock %} {% block content %}

{{ _('Hello, {0}! You can click following link to reset the password of your {1} account:').format(uname, handler.domain.ui.name|default(model.system.get('server.name'))) }}

{{ url_prefix }}{{ url }}

{% endblock %}