{% from 'macros.html' import show_life_span with context %}
{{ _('Work') }}
{{ entity['name'] }} {{ show_life_span(entity, False) }}
{{ _('Type') }}
{{ entity['type'] or '-' }}
{{ _('Artists') }}
{% if entity['artist-rels'] is defined and entity['artist-rels'] %} {{ entity['artist-rels'][0]['artist']['name'] or '-' }} {% set count = entity['artist-rels'] | length %} {% if count > 1 %} + {{ count - 1 }} {{ _("more") }} {% endif %} {% else %} - {% endif %}
{% block more_info %} {# Information like creation date, votes etc. #} {% endblock %}