{% include 'sidebar.html' %}
Most Listened Genre per Customer
First Name
Last Name
Genre
{% for row in data %}
{{ row.first_name }}
{{ row.last_name }}
{{ row.most_listened_genre }}
{% empty %}
No data found.
{% endfor %}