{% extends 'review/entity/base.html' %} {% set bb_author = entity %} {% block title %} {% set bb_author_name = bb_author.name %} {{ _('Review of "%(bb_author)s" by %(user)s', bb_author=bb_author, user=review.user.display_name) }} - CritiqueBrainz {% endblock %} {% block entity_title %}

{% set bb_author_name = '' | safe % url_for('bb_author.entity', id=review.entity_id) ~ bb_author.name ~ ''|safe %} {{ _('%(bb_author)s', bb_author=bb_author_name) }} {% if bb_author.disambiguation is defined and bb_author.disambiguation %} {{ bb_author.disambiguation }} {% endif %}

{% endblock %} {% block show_entity_type %}

{{ _('BookBrainz Author') }} {{ _('View on BookBrainz') }}

{% endblock %}