{% extends 'base.html' %} {% from 'macros.html' import cover_art with context %} {% block title %}{{ _('Incorrect mapping reporting') }} - CritiqueBrainz{% endblock %} {% block content %}

{{ _('Incorrect mapping reporting') }}

{{ _('Are you sure you want to report incorrect mapping?') }}

CritiqueBrainz

{{ _('%(album)s by %(artist)s', album=release_group.title, artist=release_group['artist-credit-phrase']) }}

{{ cover_art(release_group.mbid, 'release_group', attributes='class=cover-art') }}

{{ _('Spotify') }}

{{ _('URI:') }} {{ spotify_album.uri }}


{{ _('Cancel') }}
{% endblock %}