{% if !buyer_contacts.is_empty() %}
Buyers who opted to share their email with you at purchase time.
| Username | Purchases | Total Spent | Last Purchase | |
|---|---|---|---|---|
| {{ c.username }} | {{ c.email }} | {{ c.total_purchases }} | {{ c.total_spent }} | {{ c.last_purchase }} |
No contacts yet.
You've shared your email with these creators. You can revoke sharing at any time.
| Creator | |
|---|---|
| {% if let Some(dn) = creator.display_name %}{{ dn }}{% else %}{{ creator.username }}{% endif %} |