{% extends 'base/layout.html' %} {% block title %}{{ card.name }} - TCGKof{% endblock %} {% block meta_description %}Buy {{ card.name }} ({{ card.set.name }}) on TCGKof. {{ listings|length }} listings available starting from ${{ listings.first.price|default:'0.00' }}.{% endblock %} {% block meta_keywords %}{{ card.name }}, {{ card.set.name }}, {{ card.rarity }}, {{ card.set.game.name }}, buy {{ card.name }}, sell {{ card.name }}{% endblock %} {% block og_title %}{{ card.name }} - {{ card.set.name }} | TCGKof{% endblock %} {% block og_description %}Buy {{ card.name }} from {{ card.set.name }} set. best prices on TCGKof.{% endblock %} {% block og_image %}{{ card.image_url|default:'' }}{% endblock %} {% block og_type %}product{% endblock %} {% block twitter_title %}{{ card.name }} - {{ card.set.name }}{% endblock %} {% block twitter_description %}Find the best deals for {{ card.name }} on TCGKof.{% endblock %} {% block twitter_image %}{{ card.image_url|default:'' }}{% endblock %} {% block content %}
{% if card.image_url %} {{ card.name }} {% else %} style="aspect-ratio: 2.5/3.5; display: flex; align-items: center; justify-content: center; color: var(--muted-text-color); background: var(--border-color);"> No Image
{% endif %}
{% if card.tcgplayer_id %} View on TCGPlayer {% endif %} Search on eBay

{{ card.set.game.name }} • {{ card.set.name }}

{{ card.name }}

Rarity: {{ card.rarity }} Collector #: {{ card.collector_number }}

Available Listings

{% for listing in listings %}
{% if listing.image %} Listing Image {% endif %} {{ listing.condition }}
Condition
{% if listing.is_foil %} Foil {% endif %}
Seller
{% if listing.seller %} {{ listing.seller.store_name }} {% else %} TCGKof Direct {% endif %}
${{ listing.price }}
{{ listing.quantity }} available
{% if user.is_authenticated %}
{% csrf_token %}
{% else %} Login to Buy {% endif %}
{% empty %}

No listings currently available for this card.

{% endfor %}
{% if FEATURE_PLAYTEST_PROXY %}

Playtest Proxy Service

Download a high-res proxy for playtesting. Credit offered if you buy later.

{% endif %}
{% endblock %}