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