{% extends "_base.html" %} {% load i18n lucide %} {% block head_title %}{% trans "Registration is closed" %}{% endblock head_title %} {% block main %}

{% lucide "lock-keyhole" size=20 %} {% trans "Registration is closed" %}

{% blocktrans %}Accounts here are set up by the club, not by signing up.{% endblocktrans %}

{% blocktrans %}If your child plays at this club, use the link-my-child form. Otherwise ask the club to add you.{% endblocktrans %}

{% endblock main %}