{% extends 'master.twig' %} {% set title = 'Reset password' %} {% set verified = get.u is defined and get.k is defined %} {% block js %} {% endblock %} {% block content %}
Reset password
{% if verified %} {% else %}
Contact us if you lost access to your e-mail address!
{% endif %}
{% endblock %}