{% if embed == 'all_lots' %} {% load el_pagination_tags %} {% paginate filter.qs as object_list %} {% endif %} {% load distance_filters %} {% load currency_filters %}
{% if not object_list %} {% if embed == 'all_lots' %} {% if auction %} {% if not auction.started and not auction.closed %}
This auction hasn't started yet. Check back {{ auction.date_start }}.
{% elif recently_added_lots_hidden %}
Recently added lots will appear here shortly
{% else %}
No lots found
{#No lots have been added to the {{ auction }} yet.#} {% endif %} {% else %}
No lots found
{% endif %} {% else %}
You've already seen all your recommended lots
{% endif %} {% else %} {% for lot in object_list %}
{% if lot.auction and display_auction_on_lots %}{{ lot.auction }}
{%endif%} {% if lot.promoted %}Promoted{% endif %} {% if lot_view_type == 'mybids' and not lot.ended and not lot.sealed_bid and lot.high_bidder and lot.high_bidder.pk != request.user.pk %}Outbid{% endif %} Lot {{ lot.lot_number_display }} {% if lot.auction %} {% else %} {% if lot.local_pickup %} {{ lot.distance|distance_display:request.user }} {% else %} {% if request.user.userdata.location in lot.shipping_locations.all %} Ships {% else %} {% if lot.shipping_locations.all %} Ships* {% else %} Not available {%endif%} {% endif %} {% endif %} {% endif %} {% if lot.banned %} Removed {% endif %} {% if lot.deactivated %} Deactivated {% endif %} {% if lot.date_posted > lastView %}New{%endif%} {# activity badge #} {% if lot.user == request.user %}{% if lot.owner_chats %}{{ lot.owner_chats }}{% endif %} {% else %} {% if lot.all_chats %}{{lot.all_chats}}{% endif %} {% endif %}
{% if lot.donation %}Donation{% else %}{% if lot.auction.is_online or not lot.auction %} {{ lot.seller_as_str }}{% endif %}{% endif %}
{{ lot.lot_name }} {% if not lot.thumbnail and request.user.is_authenticated %} {% if lot.is_watched_by_req_user or not lot.ended %} {% if lot.is_watched_by_req_user %} {% else %} {% endif %} {% endif %} {% endif %}
{% if not lot.auction.ended and lot.sold %}

SOLD

{%endif%} {% if lot.thumbnail %}
{% if request.user.is_authenticated %} {% if lot.is_watched_by_req_user or not lot.ended %}
{% if lot.is_watched_by_req_user %} {% else %} {% endif %}
{% endif %} {% endif %}
{% endif %}

{% if not lot.auction or lot.auction.use_categories %}{{ lot.species_category }}
{% endif %} {% if not lot.auction or lot.auction.online_bidding != 'disable' %}{% if lot.high_bid %}{{ lot.currency_symbol }}{{ lot.high_bid }}{% endif %} {{ lot.high_bidder_display }}
{% endif %} {% if not lot.auction or lot.auction.is_online %}{{ lot.calculated_end_for_templates }}
{% endif %}

{% endfor %}
{% include "ad.html" %}
{% if embed == 'all_lots' %} {% show_more %} {% endif %} {% endif %}