{% block head %}
{% block meta %}
{% endblock %}
{% block title %}{% if title %}{{ title }} – {% endif %}IdHub{% endblock %}
{% block style %}
{% endblock %}
{% endblock %}
{% block messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endblock messages %}
{% block branding %}
{% endblock %}
{% trans "Forgot your password?" %}
{% blocktrans trimmed with support_email="suport@pangea.org" %}
Send an email to {{ support_email }} including your username and we will provide instructions.
{% endblocktrans %}