{% comment %}
For displaying a single Movie, Concert Work, etc in a list.
Expects:
* work - A Movie, ConcertWork, DancePiece or Play.
{% endcomment %}
{% load l10n %}
{{ work.title }}
{% if work.year %}
({{ work.year|unlocalize }})
{% endif %}
{% include 'spectator_core/includes/roles.html' with roles=work.roles.all intro=' ' %}