{% extends "base.html" %} {% load meta_extras %} {% load url from future %} {% block jumbotron %}
Curious how decks like yours have performed in tournaments?
Paste your ponyhead.com URL here and find out!
Very fuzzy data, based on past tournaments. The more the deck was played in tournaments, the more accurate this is.
Average placement | Example decks |
---|---|
{{ avg|ordinal }} |
|
{% endfor %}
Date | Name | Top Decks |
---|---|---|
{{ t.tournament.date }} | {{ t.tournament.name }} |
{% for placement, d in t.decklists|slice:":8" %}
{{ placement|ordinal }} {{ d.name }} ({{ d.description }}) {% endfor %} |