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

{% if home_location %} {% endif %} {% if business_location %} {% endif %} {% if other_location %} {% endif %}

{{ t.location_step2_help }}

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