{% extends "layouts/minimal.html" %}
{% block title %}{_ "KDE Team Deck Listing" _}{% endblock %}
{% block content %}
Please write all card names completely and legibly.
Please include the quantity for each card.
|
First & Middle Name(s): |
|
Last Name(s): |
|
CARD GAME ID: |
|
|
|
|
|
|
|
|
|
|
Judge Use Only: |
M |
|
|
|
S |
|
|
Event Date: |
M |
M |
/ |
D |
D |
/ |
Y |
Y |
Y |
Y |
Country of Residency: |
|
Event Name: |
|
E |
|
|
Last Name Initial
|
|
Main Deck Total
{{ main-deck | length }}
|
MONSTER CARDS |
{% for (count . card) in monster-cards-rle %}
{{ count }} |
{{ card.name | default:" "| safe }} |
{% endfor %}
{{ monster-cards | length }} |
« TOTAL MONSTER CARDS |
SPELL CARDS |
{% for (count . card) in spell-cards-rle %}
{{ count }} |
{{ card.name | default:" "| safe }} |
{% endfor %}
{{ spell-cards | length }} |
« TOTAL SPELL CARDS |
TRAP CARDS |
{% for (count . card) in trap-cards-rle %}
{{ count }} |
{{ card.name | default:" "| safe }} |
{% endfor %}
{{ trap-cards | length }} |
« TOTAL TRAP CARDS |
SIDE DECK |
{% for (count . card) in side-deck-rle %}
{{ count }} |
{{ card.name | default:" "| safe }} |
{% endfor %}
{{ side-deck | length }} |
« TOTAL SIDE DECK |
EXTRA DECK |
{% for (count . card) in extra-deck-rle %}
{{ count }} |
{{ card.name | default:" "| safe }} |
{% endfor %}
{{ extra-deck | length }} |
« TOTAL EXTRA DECK |
For Judge Use Only |
Deck List Checked? |
Judge Initials |
Infraction: |
Description: |
Deck Check Round: |
Judge Initials |
Infraction: |
Description: |
Deck Check Round: |
Judge Initials |
Infraction: |
Description: |
{% endblock %}