TimeTracker
{{ _('Reset your password') }}
{{ _('Enter your username or email address. If an account matches and email is configured, we will send you a reset link.') }}
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% endfor %}
{% endif %}
{% endwith %}