X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=meta%2Ftemplates%2Findex.html;fp=meta%2Ftemplates%2Findex.html;h=c307f261fcb53b8493dc6b5d08a500e684b33ae8;hp=e4f9e6f72f3ac1d6be0e57c25bfa9b3f148c9866;hb=247faccd70eea33b856c3aac471be3d411b8be80;hpb=ac0c692e40ad6aca1b28199a4ef9c850fa680427 diff --git a/meta/templates/index.html b/meta/templates/index.html index e4f9e6f..c307f26 100644 --- a/meta/templates/index.html +++ b/meta/templates/index.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load meta_extras %} {% block jumbotron %}
@@ -11,7 +12,7 @@ {% csrf_token %}
- +
@@ -27,19 +28,19 @@

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 %} - + @@ -61,7 +62,7 @@ {% for t in tournaments %} - +
Archetype ID Average placement Example decks
{{ label }} {{ avg|ordinal }}
{{ t.tournament.date }}{{ t.tournament.name }}{{ t.tournament.name }} {% for d in t.decklists|slice:":8" %} {{ d.name }} ({{ d.description }})
@@ -74,3 +75,22 @@ {% endblock %} + +{% block jumbotron_end %} +
+
+

Is your deck not in the list?

+

Paste your ponyhead.com URL here and help make this site better!

+

+

+ {% csrf_token %} +
+ + + +
+
+

+
+
+{% endblock %}