X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=meta%2Ftemplates%2Frate.html;h=13c506463d145e98f24d4e6afec42a9e29ebdb3f;hp=c9627a57d126a31a4fca2b7f9e213e6463138bb7;hb=88d04533bca919d52194a1c3c0e6e982c926a75f;hpb=22a94820738824527277e21f2f37bc77638e12bc diff --git a/meta/templates/rate.html b/meta/templates/rate.html index c9627a5..13c5064 100644 --- a/meta/templates/rate.html +++ b/meta/templates/rate.html @@ -1,7 +1,59 @@ {% extends "base.html" %} +{% load humanize %} +{% load url from future %} {% block content %} -{{ label }} +
+
+

{{ deck.description }}

+

Decks similiar to yours and their placement in past tournaments:

+
+ + + + + + + + {% for deck, record in similiar reversed %} + + + + + + + + {% endfor %} + + + + {% csrf_token %} + + + + + + + + +
DeckPlacementTournamentDate
{{ deck.name }}{{ record.placement|ordinal }}{{ record.tournament.name }}{{ record.tournament.date }}{% if not record.verified %}user-submitted{% endif %}
+ Played this deck in a tournament? Add your result here! +

This contibutes towards a better overview over the meta-game.

+
+ +
+
+
+
{% endblock %}