{% load modal_tag %} {% python_modal "delete-game-confirmation-modal" %}

Delete Game

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

{% csrf_token %}

This will permanently delete this game and all associated data:

This action cannot be undone.

Delete Cancel
{% endpython_modal %}