{% load static %} Players Registration {% if user.is_authenticated %}

Player/Bench Staff Registration Form

Fill All available Information as required, Do not try providing false Information, It is against Basketball Dar Es Salaam policies, rules and regulations, If found falseful disciplinary action may be taken against club or you.

Welcome!: {{request.user.first_name}} {{request.user.last_name}}

{% endif %} {% block content %} Body content {% endblock %}