{% extends 'base/layout.html' %} {% block content %}
${{ total_platform_revenue }}
| Seller | Total Sales | Platform Fees |
|---|---|---|
|
{{ row.seller.store_name }} {{ row.seller.user.email }} |
${{ row.total_revenue }} | ${{ row.platform_fees }} |