{% extends "base.html" %} {% block jumbotron %}

How good is your deck?

Curious how decks like yours have performed in tournaments?
Paste your ponyhead.com URL here and find out!

{% csrf_token %}

{% endblock %} {% block content %}

Deck archetypes

Very fuzzy data, based on past tournaments. The more the deck was played in tournaments, the more accurate this is.

{% load humanize %} {% for avg, label, decks in ranking %} {% endfor %}
Archetype ID Average placement Example decks
{{ label }} {{ avg|ordinal }}

Tournaments

{% if tournaments %} {% for t in tournaments %} {% endfor %} {% endif %}
Date Name Top Decks
{{ t.tournament.date }} {{ t.tournament.name }} {% for d in t.decklists|slice:":8" %} {{ d.name }} ({{ d.description }})
{% endfor %}
{% endblock %}