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