{% extends 'Kikapu/navbar.html' %} {% block content %} {% load static %} All Registered Coaches

ALL REGISTERED COACHES


{% for player in Players %} {% endfor %}
# Coaches` Name Position BirthDate Nationality Club
{{ player.players_name }} {{ player.position }} {{ player.birthdate }} {{ player.nationality }} {{ player.club_name }}
# Coaches` Name Position BirthDate Nationality Club


{% endblock %}