- Cards you don't own yet that fit the deck's themes and budget. Sorted by theme match priority. + Cards that fit the deck's themes and budget. Owned cards are free upgrades — just swap one in. Sorted by theme match priority. + TCG = TCGPlayer · CK = Card Kingdom
+ +{# Cart toolbar #} + +{# Fallback textarea (shown when Clipboard API is unavailable) #} + +| Card | -Price | +TCG | +CK | +Owned | Tier | Priority | |
|---|---|---|---|---|---|---|---|
| + + | {{ card.card }} | - {% if card.price is not none %} + {% if owned_names is defined and card.card|lower in owned_names %} + owned + {% elif card.price is not none %} ${{ "%.2f"|format(card.price) }}{% if stale_prices is defined and card.card|lower in stale_prices %}⏱{% endif %} {% else %} – {% endif %} | ++ {% if card.ck_price is not none %} + ${{ "%.2f"|format(card.ck_price) }} + {% else %} + – + {% endif %} + | ++ {% if owned_names is defined and card.card|lower in owned_names %} + yes + {% endif %} + | {{ card.tier }} | @@ -64,8 +103,84 @@ {% endfor %}