{% extends 'base.html' %} {% load static %} {% block title %}Delivery 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 }} {{ 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 }}