{% if users is defined and users != None %}
Showing {{users|count}} users
| # | Username | Phone Number | Role | Actions | |
|---|---|---|---|---|---|
| {{user.id}} | {{user.username}} | {{user.email}} | {{user.phone}} | {{user.role}} |
Showing {{products|count}} products
| # | Name | SellerID | Price | Category | Quantity | Actions |
|---|---|---|---|---|---|---|
| {{product.id}} | {{product.name}} | {{product.sellerID}} | {{product.cost}} | {{product.category}} | {{product.quantityAvailable}} |
Sorry... We have nothing to show here!
{% endif %}