X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=meta%2Ftemplates%2Frate.html;h=2482df4f34ef4871ebd13375b51d34c76dc4d2a1;hp=c9627a57d126a31a4fca2b7f9e213e6463138bb7;hb=227cf8c2dd8053ffd94c027365f88d04c2b85e3a;hpb=22a94820738824527277e21f2f37bc77638e12bc diff --git a/meta/templates/rate.html b/meta/templates/rate.html index c9627a5..2482df4 100644 --- a/meta/templates/rate.html +++ b/meta/templates/rate.html @@ -1,7 +1,58 @@ {% extends "base.html" %} +{% load humanize %} {% 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 %}