{% extends "management/base.html" %} {% load lucide ui i18n %} {% block heading %}{% trans "Import from RBIHF" %}{% endblock heading %} {% block panel %}

{% blocktrans %}Paste the URL of a team's page on the RBIHF website and pick which of your teams it's for. Nothing is created yet: you'll see exactly what will be added, changed, or removed before anything is saved.{% endblocktrans %}

{% csrf_token %} {% for error in form.non_field_errors %}
{{ error }}
{% endfor %} {% for field in form %} {% form_field field %} {% endfor %}
{% lucide "arrow-left" size=16 %} {% trans "Cancel" %}
{% endblock panel %}