Delete Game

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

{% csrf_token %}

This will permanently delete this game and all associated data:

    {% if session_count %}
  • {{ session_count }} session(s)
  • {% endif %} {% if purchase_count %}
  • {{ purchase_count }} purchase(s)
  • {% endif %} {% if playevent_count %}
  • {{ playevent_count }} play event(s)
  • {% endif %} {% if not session_count and not purchase_count and not playevent_count %}
  • No associated data
  • {% endif %}

This action cannot be undone.

Delete Cancel