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