Manage hockey teams in the database
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}| ID | Club | Team | Display Name | League | Actions |
|---|---|---|---|---|---|
| {{ team.id }} | {{ team.club }} | {{ team.team }} | {{ team.display_name }} | {{ team.league }} | Edit |
There are no teams in the database. Add the first team to get started.