{% extends "mypage/mymenu.html" %} {% load i18n %} {% load num_filters %} {% block mypagecontent %}



出品中一覧

{% if page.object_list %} {% for item in page.object_list %} {% endfor %}
{% trans "Image" %} {% trans "Item" %} {% trans "Current Pirce" %} {% trans "Highest Bidder" %} {% trans "End Date" %}
{% trans 'Image' %} {{ item.item_name|escape }} {{ item.current_price|add_comma }}{% trans "$" %}   {{item.highest_bidder.username|escape}} {{ item.end_date|date:"Y年m月d日(D) H:i:s" }}
{% else %}
該当の商品はありません。 {% endif %}


{% endblock %}