{% extends 'base.html' %} {% block content %}
Cinema: {{ screen.cinema.name }}
Seating Capacity: {{ screen.seating_capacity }}
Update Delete Create Showing {% if screen.showings %}No showings for this screen.
{% endif %}No screens to display.
{% endif %} Create Screen