{% extends 'base.html' %} {% from 'macros.html' import show_avg_rating, entity_rate_form, show_review_buttons with context %} {% from 'common.html' import rating_script with context %} {% block title %}{{ author.name }} - CritiqueBrainz{% endblock %} {% block content %}
{{ _('No reviews found') }}
{% else %}| {{ _('Published on') }} | {{ _('Votes (+/-)') }} | |
|---|---|---|
| {{ _('by %(reviewer)s', reviewer=review.user.display_name) }} | {{ review.published_on | date }} | {{ review.votes_positive_count }}/{{ review.votes_negative_count }} |
| {{ _('Published on') }} | {{ _('Votes (+/-)') }} | |
|---|---|---|
| {{ _('by %(reviewer)s', reviewer=review.user.display_name) }} | {{ review.published_on | date }} | {{ review.votes_positive_count }}/{{ review.votes_negative_count }} |
| {{ _('Name') }} | {{ _('Language') }} |
|---|---|
| {{ literary_work.name }} | {% if literary_work['languages'] is defined and literary_work['languages'] %} {% if literary_work["languages"]|length > 1 %} {{ literary_work['languages'][0] }} + {{ literary_work["languages"]|length - 1 }} more {% else %} {{ literary_work['languages'][0] }} {% endif %} {% else %} - {% endif %} |
{{ _('No works found') }}
{% endif %}{{ author.author_type }}
{% endif %} {% if avg_rating %}{{ begin_date | date }}
{% endif %} {% if begin_area is defined and begin_area %} {% if author['author_type'] and author['author_type'] == 'Group' %} {{ _('Place Founded') }} {% else %} {{ _('Place of Birth') }} {% endif %} {% endif %} {% if author.ended and end_date is defined and end_date %} {% if author['author_type'] and author['author_type'] == 'Group' %} {{ _('Date of Dissolution') }} {% else %} {{ _('Date of Death') }} {% endif %}{{ end_date | date }}
{% endif %} {% if end_area is defined and end_area %} {% if author['author_type'] and author['author_type'] == 'Group' %} {{ _('Place of Dissolution') }} {% else %} {{ _('Place of Death') }} {% endif %} {% endif %} {% if author['identifiers'] is defined and author['identifiers'] %} {{ _('External links') }}