{% if is_complete %}
{% trans "Bid Successful Item List" %}
{% else %}{% trans "Bidding Item List" %}
{% endif %}{% if page.object_list %}
{% trans "Image" %} | {% trans "Item" %} | {% trans "Current Pirce" %} | {% trans "End Date" %} |
---|---|---|---|
{% if item.noimage %}
![]() ![]() |
{{ item.item_name|escape }} | {{ item.current_price|add_comma }}{% trans "yen" %} | {{ item.end_date|date:"Y年m月d日(D) H:i:s" }} |
該当の商品はありません。 {% endif %}