{% extends 'base.html' %} {% from 'macros.html' import cover_art, review_credit with context %} {% block content %}
{{ _('CritiqueBrainz is a repository for Creative Commons licensed music and book reviews. Here you can read what other people have written about an album or event and write your own review!') }}
{{ _('CritiqueBrainz is based on data from MusicBrainz - open music encyclopedia and BookBrainz - open book encyclopedia.
Everyone - including you - can participate and contribute.') }}
| {{ _('Description') }} | {{ _('Number') }} |
|---|---|
| {{ _('Number of Reviews') }} | {{ _('%(review_count)s', review_count=reviews_total) }} |
| {{ _('Number of Users') }} | {{ _('%(user_count)s', user_count=users_total) }} |
{{ _('No reviews found') }}
{% else %}{{ review_credit(review) }}
{{ _('No reviews found') }}
{% else %}{{ review_credit(review) }}