{% extends "base.html" %} {% block title %}Digital Assets Marketplace{% endblock %} {% block content %}
Active Listings
Total Market Value
Total Listings
Total Sales
{{ listing.description }}
No featured listings available at this time.
| Asset | Type | Price | Listing Type | Seller | Listed | Action |
|---|---|---|---|---|---|---|
|
{% if listing.image_url %}
|
{% if listing.asset_type == "Token" %} {{ listing.asset_type }} {% elif listing.asset_type == "NFT" %} {{ listing.asset_type }} {% elif listing.asset_type == "RealEstate" %} Real Estate {% elif listing.asset_type == "IntellectualProperty" %} IP {% else %} {{ listing.asset_type }} {% endif %} | ${{ listing.price }} | {{ listing.listing_type }} | {{ listing.seller_name }} | {{ listing.created_at|date }} | View |
| No recent listings available. | ||||||
| Asset | Price | Date |
|---|---|---|
|
{% if listing.image_url %}
|
${{ listing.sale_price }} | {{ listing.sold_at|date }} |
| No recent sales available. | ||
| Type | Count |
|---|---|
| {{ type }} | {{ count }} |