{% load currency_filters %} {% if lot %}
{% if lot.image_count %}
{% for image in lot.images|slice:":1" %} {% if lot.sold %}

SOLD

{% endif %}
{{ image.get_image_source_display }}{%if image.caption%}
{{ image.caption }}
{%endif%} {% endfor %}
{% else %} {% if lot.auto_image %}
{% if lot.sold %}

SOLD

{% endif %}
This image was automatically added from another lot with the same name and may not be representative of this lot
{% endif %} {% endif %}

{{ lot.lot_name }}

{% if lot.auction.use_quantity_field %}Quantity: {{ lot.quantity }}
{% endif %} {% if lot.reserve_price > lot.auction.minimum_bid %}Minimum bid: {{ lot.currency_symbol }}{{ lot.reserve_price }}
{% endif %} {% if lot.buy_now_price %}Buy now: {{ lot.currency_symbol }}{{ lot.buy_now_price }}
{% endif %} {% if lot.auction.online_bidding == 'allow' %} Online high bid: {% if lot.high_bidder %} {{ lot.currency_symbol }}{{ lot.high_bid }} Bidder: {{ lot.high_bidder_for_admins }} {{ lot.auction_show_high_bidder_template }} {% else %} No bids {% endif %} {% endif %}
{% if lot.auction.use_i_bred_this_fish_field and lot.i_bred_this_fish%}Bred by this user
{% endif %} {% if lot.custom_checkbox_label %}{{ lot.custom_checkbox_label }}
{% endif %} {% if lot.auction.custom_field_1 != 'disable' and lot.auction.custom_field_1_name and lot.custom_field_1 %} {{ lot.auction.custom_field_1_name }}: {{ lot.custom_field_1 }}
{% endif %} {% if lot.auction.use_custom_dropdown_field != 'disable' and lot.auction.custom_dropdown_name and lot.custom_dropdown %} {{ lot.auction.custom_dropdown_name }}: {{ lot.custom_dropdown }}
{% endif %} {{ lot.summernote_description | safe }}
{% endif %}