{% 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 item in items %}
---|---|---|
{{ item.item|get_lot_name }} | {{ item.count }} | {{ item.item|get_lot_rarity }} |