{% include 'sidebar.html' %}

Artist with Highest Earnings

{% csrf_token %}
Name
Total Invoices
Total Money Earned
{% for row in data %}
{{ row.name }}
{{ row.num_invoices }}
${{ row.money_earned }}
{% empty %} {% endfor %}