{% if embed == 'all_lots' %} {% load el_pagination_tags %} {% endif %} {% load distance_filters %} {% load currency_filters %} {% if not object_list %} {% if embed == 'all_lots' %} {% if recently_added_lots_hidden %}
Recently added lots will appear here shortly
{% else %}
No lots found
{% endif %} {% else %}
You've already seen all your recommended lots
{% endif %} {% else %} {% if embed == 'all_lots' %} {% paginate filter.qs as object_list %} {% endif %} {% for lot in object_list %} {% endfor %}
Seller Category Lot name Price High bidder Activity Ends
{% 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 %}{% if lot.auction %} Lot {{ lot.lot_number_display }} {% 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.other_text %} {{ lot.other_text }} {% else %} Not available {%endif%} {% endif %} {% endif %} {% endif %} {% if lot.is_watched_by_req_user %}{% endif %} {% if lot.banned %} Removed {% endif %} {% if lot.deactivated %} Deactivated {% endif %} {% if lot.donation %}Donation{% else %}{{ lot.seller_as_str }}{% endif %} {{ lot.species_category }} {{ lot.lot_name }} {{ lot.currency_symbol }}{{ lot.high_bid }} {{ lot.high_bidder_display }} {% if lot.user == request.user %}{% if lot.owner_chats %}{{ lot.owner_chats }}{% else %}Views: {{ lot.page_views }}{% endif %} {% else %} {% if lot.all_chats %}{{lot.all_chats}}{% endif %} {% endif %} {{ lot.calculated_end_for_templates }}{% if lot.ended %}Ended{% endif %}
{% include "ad.html" %} {% endif %} {% if embed == 'all_lots' %} {% show_more %} {% endif %}