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

ALL REGISTERED PLAYERS


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


{% endblock %}