{% extends "_club_base.html" %} {% load i18n lucide %} {% block head_title %}{% trans "Request sent" %}{% endblock head_title %} {% block main %} {% comment %} Says the same thing whether or not the child was found: this page is public, so confirming a match would let anyone test which children the club has. {% endcomment %}
{% blocktrans with club=club.name %}Thanks — {{ club }} will check this against their records.{% endblocktrans %}
{% blocktrans %}If it matches, you'll get an email with a link to set your password. If you don't hear anything, get in touch with the club directly.{% endblocktrans %}