{% extends "admin_base.html" %} {% block title %}Dashboard — GoldBuy Admin{% endblock %} {% block admin_content %}
{% if not smtp_ready %}| Item | Price | Seller | Status |
|---|---|---|---|
| {{ l['item_title'] }} | KSh {{ l['price'] }} | {{ l['seller_name'] }} | {{ STATUS_LABELS[l['status']] }} |
No listings yet.
{% endif %}| Name | Items | |
|---|---|---|
| {{ u['name'] }}{% if u['is_admin'] %} admin{% endif %} | {{ u['email'] }} | {{ u['items'] }} |
No users yet.
{% endif %}