{% extends 'base.html' %} {% load static %} {% load static_v %} {% block title %}{{ t.title_checkout_location }} — PickkerMarket{% endblock %} {% block extra_head %} {% endblock %} {% block content %} 1. {{ t.checkout_step_cart }} 2. {{ t.checkout_step_location }} 3. {{ t.checkout_step_schedule }} 4. {{ t.checkout_step_picker }} {{ t.location_title }} {% if saved_location %} {{ t.location_using_saved }} {% endif %} {% csrf_token %} {{ t.location_step1_label }} {{ t.location_step1_help }} {{ t.location_use_current }} {% if home_location %} {{ t.location_deliver_home }} {% if home_location.address %}{{ home_location.address }}{% endif %} {% endif %} {% if business_location %} {{ t.location_deliver_business }} {% if business_location.address %}{{ business_location.address }}{% endif %} {% endif %} {% if other_location %} {{ t.location_deliver_other }} {% if other_location.address %}{{ other_location.address }}{% endif %} {% endif %} {{ t.location_choose_different }} ↓ {{ t.location_step2_label }} {{ t.location_step2_help }} {{ t.location_address_label }} {% if saved_location %}{{ saved_location.address }}{% endif %} {{ t.location_step3_label }} {{ t.location_continue }} → {% endblock %} {% block extra_scripts %} {% endblock %}
{{ t.location_using_saved }}
{{ t.location_step1_help }}
{{ t.location_step2_help }}