{% block title %}
{{ artist.name }}
{% endblock %}
{% include 'lastfm/includes/nav_tabs.html' with active='tracks' artist=artist only %}
{% load ditto_lastfm %}
{% top_tracks artist=artist limit='all' as tracks %}
{% include 'lastfm/includes/chart.html' with chart_type='tracks' object_list=tracks include_artist=False only %}
{% include 'lastfm/includes/artist_sidebar.html' with artist=artist perms=perms only %}