{% include "base.html" %} {% block content %} {% if operation == 'Modify' %}

Modify Player

{% endif %} {% if operation == 'Delete' %}

Delete Player

Are you sure you want to delete {{player.name}}?

{% endif %} {% endblock %}


{% include "footer.html" %}
Player Name Date of Birth Gender Club Date Signed Salary Operation
{{player.name}}