{% extends "core/base.html" %} {% block title %}{{ artist.name }}{% endblock %} {% block body %}

{{ artist.name }}

{{ artist.genre }} · {{ artist.origin }}
{{ artist.comment }}

{% csrf_token %}
{% for radio in form.rating %} {{ radio.tag }} {% endfor %}
sehr schlecht sehr neutral sehr gut
{% endblock %}