{% extends 'spectator_events/m2m_work_detail.html' %} {% load l10n %} {% block head_page_title %}{{ movie.title }} {% if movie.year %}({{ movie.year|unlocalize }}){% endif %}{% endblock %} {% block content_title %} {{ movie.title }} {% if movie.year %} ({{ movie.year|unlocalize }}) {% endif %} {% endblock %} {% block content %} {% if movie.imdb_id %}

View at IMDb

{% endif %} {% include 'spectator_core/includes/roles_list.html' with roles=movie.roles.all heading='Cast and crew' only %} {% include 'spectator_events/includes/visits_list.html' with events=movie.event_set.all heading_level='h2' only %} {% endblock content %}