{% extends "base.html" %} {% load crispy_forms_tags %} {% load currency_filters %} {% block title %} {{ auction.title }} {% endblock %} {% load static %} {% block extra_js %} {% if not hasChosenLocation and not ended %} {% endif %} {% if not auction.no_location and google_maps_api_key %} {% elif not auction.no_location %} {% endif %} {% endblock %} {% block content %}
{% include 'auction_ribbon.html' %} {% if can_make_current_auction %}To participate in this auction, please confirm that you've read the rules and select your pickup location.
{% else %}To participate in this auction, please confirm that you've read the rules.
{% endif %} {% if show_club_join_message %}Joining this auction will also add you to {{ auction.club.name }}.
{% endif %} {% crispy form form.helper %} {% else %}Please login to join the auction
{% endif %} {# Single location details shown here #} {% if not auction.multi_location %} {% for location in pickup_locations %}{{ location.description|linebreaksbr }}
{% endif %} {% if not location.pickup_by_mail %} {% if location.users_must_coordinate_pickup %}You must schedule your pickup time in advance.
{% else %}Pickup: {{ location.pickup_time }}
{% endif %}You must return on {{ location.second_pickup_time }} to pick up lots from other locations.
{% if hasChosenLocation == location.pk%} {% include 'auction_calendar_button.html' with location=location second="True" label="Add return pickup to calendar" %} {% endif %} {% endif %} {% endif %} {% endfor %} {% endif %}{{ location.description|linebreaksbr }}
{% endif %} {% if not location.pickup_by_mail %} {% if location.users_must_coordinate_pickup %}You must schedule your pickup time in advance.
{% else %}Pickup: {{ location.pickup_time }}
{% endif %}You must return on {{ location.second_pickup_time }} to pick up lots from other locations.
{% if hasChosenLocation == location.pk%} {% include 'auction_calendar_button.html' with location=location second="True" label="Add return pickup to calendar" %} {% endif %} {% endif %} {% endif %} {% if location.contact_person %} {% if hasChosenLocation == location.pk or view.is_auction_admin %}{{location.contact_person.name | default:""}}
{{location.contact_person.email | default:"" | urlize}}
{{location.contact_person.phone_number | default:"" }}