Select Clubs to Import

Choose which clubs you want to import from the Hong Kong Hockey Association

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
Club Selection

Select the clubs you want to import. You can choose all clubs or select specific ones based on your needs.

Note: Only new clubs will be imported. Existing clubs will be skipped to prevent duplicates.

{% if clubs %}
{{ form.hidden_tag() }}
0 of {{ clubs|length }} clubs selected
{% for club in clubs %}
{% endfor %}
{% else %}
No clubs found

Unable to fetch clubs from the Hong Kong Hockey Association website. This might be due to:

  • Network connectivity issues
  • Website structure changes
  • Server maintenance

Please try again later or contact the administrator.

{% endif %}