{% if embed == 'all_lots' %} {% load el_pagination_tags %} {% paginate filter.qs as object_list %} {% endif %} {% load distance_filters %} {% load currency_filters %}
{% 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 %}