Manage players in the HKFC Men's C Team database
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}| Number | First Names | Surname | Nickname | Team | Actions |
|---|---|---|---|---|---|
| {{ player.playerNumber }} | {{ player.playerForenames }} | {{ player.playerSurname }} | {{ player.playerNickname }} | {{ player.playerTeam }} | Edit |
There are no players in the database. Add the first player to get started.