{% extends 'base.html' %} {% from 'macros.html' import show_avg_rating, entity_rate_form, show_life_span, display_pagination, show_review_buttons with context %} {% from 'common.html' import rating_script with context %} {% block title %}{{ place.name }} - CritiqueBrainz{% endblock %} {% block scripts_top %} {{ super() }} {% 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 }} |
{{ _('No events found') }}
{% else %}| {{ _('Title') }} | {{ _('Date') }} |
|---|---|
| {{ event.name }} | {{ show_life_span(event, True) }} |