{% 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 %} {{ d|date:'l' }}{{ d|date:'M j' }} {% endfor %} {{ t.schedule_time_slot }} {% for slot in time_slots %} {{ slot }} {% endfor %} {{ t.schedule_order_summary }} {% for item in items %} {{ item.product.name }} × {{ item.quantity }}{% if item.measure_label %} ({{ item.measure_label }}){% endif %} TSh {{ item.line_total|floatformat:0 }} {% endfor %} {{ t.schedule_items_subtotal }} TSh {{ subtotal|floatformat:0 }} {{ t.schedule_fee_next_step_note }} {{ t.schedule_continue }} → {% endblock %}
{{ t.schedule_days_note }}
{{ t.schedule_fee_next_step_note }}