Your Buyers ({{ count }})

Buyers who opted to share their email with you at purchase time.

UsernamePurchasesTotal SpentLast Purchase
<{% for b in buyers %}div role="row" class="table-row" data-row>
{{ b.purchases }}
{{ b.spent }}
{{ b.last_purchase }}
<{% endfor %}/div>

Shared With

You've shared your email with these creators. You can revoke sharing at any time.

Creator
<{% for s in shared %}div role="row" class="table-row" data-row>
<{% endfor %}/div>