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