{% extends 'base/layout.html' %} {% block content %}

Platform Revenue Dashboard

Total Platform Revenue

${{ total_platform_revenue }}

{% for row in seller_data %} {% endfor %}
Seller Total Sales Platform Fees
{{ row.seller.store_name }}
{{ row.seller.user.email }}
${{ row.total_revenue }} ${{ row.platform_fees }}
{% endblock %}