{% extends 'Kikapu/base-playersprofiles.html' %} {% block content %} {% load static %}
{% for player in Players %} {% endfor %}
Full Name: {{ player.players_name }}
Position: {{ player.position }}
Height: {{ player.height }}
Weight: {{ player.weight }}
Gender: {{ player.gender }}
BirthDate: {{ player.birthdate }}
Phone: {{ player.phone }}
Nationality: {{ player.nationality }}
Occupation: {{ player.occupation }}
Prev/Club: {{ player.previousclub }}
Club: {{ player.club_name }}
League: {{ player.league }}


{% endblock %}