{% load i18n l10n static %}
{% translate "Domain" %} | {% translate "Chars" %} | {% translate "Bids" %} | {% translate "Price" %} | {% if show_date_from %} {% translate "Start date" %} {% else %} {% translate "End of auction" %} {% endif %} | {% translate "Action" %} |
---|---|---|---|---|---|
{{ rec.item_title }} | {{ rec.num_chars }} | {{ rec.num_bids }} | {% if rec.current_price %}{{ rec.current_price }} {% translate "CZK" %}{% else %}–{% endif %} | {% if show_date_from %} {{ rec.auction_from|date:"SHORT_DATETIME_FORMAT" }} {% else %} {{ rec.auction_to|date:"SHORT_DATETIME_FORMAT" }} {% endif %} |
|
{% translate "No items." %}
|
|||||
{% translate "Data not currently available." %}
{% if auctions_list_error %}
{% endif %}
|