{% extends "base.html" %} {% block banner_subtitle %}Upgrade Suggestions{% endblock %} {% block content %}
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 | TCG | CK | Owned | Tier | Priority | |
|---|---|---|---|---|---|---|
| {{ card.card }} | {% 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 }} | {{ card.priority }} |
Cards in your current deck that exceed the budget or per-card ceiling.
| Card | Price | Note |
|---|---|---|
| {{ c.card }} | ${{ "%.2f"|format(c.price) }}{% if stale_prices is defined and c.card|lower in stale_prices %}⏱{% endif %} | {% if c.ceiling_exceeded %}Above ${{ "%.2f"|format(budget_config.card_ceiling) }} ceiling{% endif %} |