{% extends 'admin/layout.twig' %} {% block title %}{{ title }} - Admin Panel - MediaLib{% endblock %} {% block content %}
{{ game ? 'Edit game details' : 'Add a new game to your library' }}
Are you sure you want to delete "{{ game.title }}"? This action cannot be undone.
Warning: This will remove all data associated with this game.