{% extends 'base.html.twig' %} {% block title %}{{ album.name }} — Reviews{% endblock %} {% block body %}
Released {{ album.release_date }} • {{ album.total_tracks }} tracks
User score: {{ avg }}/10 ({{ count }})
Open in Spotify {% if album.source is defined and album.source == 'user' %} User album {% endif %} {% if app.user and (isSaved is defined) and (not isSaved) %} {% endif %} {% if is_granted('ROLE_ADMIN') %} {% endif %}{{ r.content|u.truncate(300, '…', false) }}
Read moreNo reviews yet for this album.
{% endfor %}