{% load i18n l10n static %}
{% if auctions %} {% for rec in auctions.items %} {% empty %} {% endfor %} {% else %} {% endif %}
{% 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 %} {% if not instance.context.hide_icon_unwatch %} Unwatch icon {% endif %} {% if show_bid_button or instance.context.show_bid_button %} {% translate "Bid" %} {% endif %}
{% translate "No items." %}
{% translate "Data not currently available." %}
{% if auctions_list_error %}
  • {{ auctions_list_error }}
{% endif %}
{% if auctions.current_now %}
{% blocktranslate with stamp=auctions.current_now|date:"SHORT_DATETIME_FORMAT" trimmed %} Data as of {{ stamp }}. {% endblocktranslate %}
{% endif %}