{{ entity_rate_form('bb_literary_work', 'literary work') }}
{{ _('Reviews') }}
{% if not reviews %}
{{ _('No reviews found') }}
{% else %}
{% endif %}
{% if mb_work_info is defined and mb_work_info %}
{% for work in mb_work_info %}
{{ _('This entity is also in the MusicBrainz Database as ') }}
{{ work.name }}.
{% if work.reviews_count %}
{{ _('Reviews') }}
{% endif %}
{% endfor %}
{% endif %}
{% if translation_rels_works %}
{{ _('Translations of this work') }}
| {{ _('Name') }} |
{{ _('Languages') }} |
{{ _('Type') }} |
{% for translation_rel in translation_rels_works %}
|
{{ translation_rel.name }}
|
{% if translation_rel['languages'] is defined and translation_rel['languages'] %}
{% if translation_rel["languages"]|length > 1 %}
{{ translation_rel['languages'][0] }} + {{ translation_rel["languages"]|length - 1 }} more
{% else %}
{{ translation_rel['languages'][0] }}
{% endif %}
{% else %}
-
{% endif %}
|
{% if translation_rel['work_type'] is defined and translation_rel['work_type'] %}
{{ translation_rel.work_type }}
{% else %}
-
{% endif %}
|
{% endfor %}
{{ display_pagination(page, work_rels_count, work_rels_limit, 'bb_literary_work.entity', {'id': id}) }}
{% endif %}
{% if edition_groups_info %}
{{ _('Edition Group of this work') }}
| {{ _('Name') }} |
{{ _('Author') }} |
{{ _('Type') }} |
{% for edition_group in edition_groups_info %}
|
{{ edition_group.name }}
|
{% if edition_group['author_credits'] is defined and edition_group['author_credits'] %}
{% if edition_group["author_credits"]|length > 1 %}
{{ edition_group['author_credits'][0]['name'] }}
+ {{ edition_group["author_credits"]|length - 1 }} more
{% else %}
{{ edition_group['author_credits'][0]['name'] }}
{% endif %}
{% else %}
-
{% endif %}
|
{% if edition_group['edition_group_type'] is defined and edition_group['edition_group_type'] %}
{{ edition_group.edition_group_type }}
{% else %}
-
{% endif %}
|
{% endfor %}
{% endif %}
{{ _('Literary Work information') }}
{% if literary_work['work_type'] is defined and literary_work['work_type'] %}
{{ literary_work.work_type }}
{% endif %}
{% if avg_rating %}
{{ show_avg_rating(avg_rating.rating, avg_rating.count) }}
{% endif %}
{% if literary_work['languages'] is defined and literary_work['languages'] %}
{{ _('Languages') }}
{% for language in literary_work.languages %}
- {{ language }}
{% endfor %}
{% endif %}
{% if literary_work['identifiers'] is defined and literary_work['identifiers'] %}
{{ _('External links') }}
{% for identifier in literary_work['identifiers'] %}
-
{% if identifier.icon is defined and identifier.icon %}
 }})
{% else %}
 }})
{% endif %}
{{ identifier.name }}
{% endfor %}
{% endif %}