{% extends 'base.html.j2' %} {% block title %} Items on {{ date }} {% endblock title %} {% block content_before %} Items on {{ date }} {% endblock content_before %} {% block content %}
{% for lot, count in data.items() %} {% endfor %}
Item Count Rarity
{{ lot|get_lot_name }} {{ count }} {{ lot|get_lot_rarity }}
{% endblock %} {% block js %} {{ super () }} {% endblock %}