OriginDex
+ + {% for group in grouped_pokemon %} +
+
+ {% endfor %}
+ Box {{ '%03d' | format(loop.index) }}
+
+ {% for pokemon in group %}
+ {% if pokemon %}
+
+
+
+
+ {% else %}
+
+ {% endif %}
+ {% endfor %}
+ {{ pokemon.Name }}
+
+
+ {% if pokemon.Form != 'Default' %}
+ {{ pokemon.Form }}
+ {% else %}
+ -----
+ {% endif %}
+
+
+
+
+
+
+
+ #{{ '%04d'|format(pokemon.ID) }}
+ {% if pokemon.MarkIcon %}
+
+
+
+ {% endif %}
+