{% extends 'base.html' %} {% block title %}Schedule Delivery — PickkerMarket{% endblock %} {% block content %}
1. {{ t.checkout_step_cart }} 2. {{ t.checkout_step_location }} 3. {{ t.checkout_step_schedule }} 4. {{ t.checkout_step_picker }}

{{ t.schedule_title }}

{% csrf_token %}

{{ t.schedule_delivery_day }}

{{ t.schedule_days_note }}

{% for d in dates %}
{% endfor %}

{{ t.schedule_time_slot }}

{% for slot in time_slots %}
{% endfor %}

{{ t.schedule_order_summary }}

{% for item in items %} {% endfor %}
{{ item.product.name }} × {{ item.quantity }}{% if item.measure_label %} ({{ item.measure_label }}){% endif %} TSh {{ item.line_total|floatformat:0 }}
{{ t.schedule_items_subtotal }} TSh {{ subtotal|floatformat:0 }}

{{ t.schedule_fee_next_step_note }}

{% endblock %}