{% extends 'Kikapu/base-show.html' %} {% block content %} {% load static %}

{% for message in messages %}
×
{{ message }}
{% endfor %} {% for player in Players %} {%if user.profile.club_name_id == player.club_name_id %} {% endif %} {% endfor %}
# Player Position Height BirthDate Nationality Occupation Current Club Actions
{{forloop.counter}} {{ player.players_name }} {{ player.position }} {{ player.height }} {{ player.birthdate }} {{ player.nationality }} {{ player.occupation }} {{ player.club_name }}
Player Position Height BirthDate Nationality Occupation Current Club Actions


Add Record Return Home
{% endblock %}