{% extends "base.html" %} {% block banner_subtitle %}Budget Pickups{% endblock %} {% block content %}
Cards you don't own yet that fit the deck's themes and budget. Sorted by theme match priority.
| Card | Price | Tier | Priority |
|---|---|---|---|
| {{ card.card }} | {% if card.price is not none %} ${{ "%.2f"|format(card.price) }}{% if stale_prices is defined and card.card|lower in stale_prices %}⏱{% endif %} {% else %} – {% 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 %} |