Manage hockey clubs in the database
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}| ID | Club Name | Logo | Logo URL | Actions |
|---|---|---|---|---|
| {{ club.id }} | {{ club.hockey_club }} |
{% if club.logo_url %}
|
{% if club.logo_url %} {{ club.logo_url[:50] }}{% if club.logo_url|length > 50 %}...{% endif %} {% else %} No URL {% endif %} | Edit |
There are no clubs in the database. Add the first club to get started.