{% 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_help }}

{{ t.location_step2_help }}

{% endblock %} {% block extra_scripts %} {% endblock %}