Player Information
Club: {{ player.present_club }}
Status: {{ player.status }}
Player Registration Rejected
{{player.rejection_message}} {% comment %} This player's registration was rejected. Please review the details and make necessary corrections. {% endcomment %}
Edit Player InfoSurname: {{ player.surname }}
Other Names: {{ player.other_names }}
Date of Birth: {{ player.date_of_birth }}
Place of Birth: {{ player.place_of_birth }}
Nationality: {{ player.nationality }}
State of Origin: {{ player.state_of_origin }}
Residential Address: {{ player.residential_address }}
Permanent Address: {{ player.permanent_address }}
State FA: {{ player.state_fa }}
Present Club: {{ player.present_club }}
Club Division: {{ player.club_division }}
Jersey Number: {{ player.jersey_number }}
Position: {{ player.position }}
Employer: {{ player.employer }}
Last Club: {{ player.last_club }}
Date Left Last Club: {{ player.date_left_last_club }}
Reason for Leaving: {{ player.reason_for_leaving }}
Contract Period: {{ player.contract_period }}
Contract Expiry Date: {{ player.contract_expiry }}
Is Minor: {% if player.is_minor %} Yes {% else %} No {% endif %}
{% if player.is_minor %}Parental Consent:
{% if player.parental_consent %} {% else %}Agent Name: {{ player.agent_name }}