{% extends 'base.html' %} {% block title %}{{ t.title_schedule_delivery }} — PickkerMarket{% endblock %} {% block content %}
1. {{ t.checkout_step_cart }} 2. {{ t.checkout_step_location }} {% if provider_type %} 3. {{ t.checkout_step_picker }} 4. {{ t.checkout_step_schedule }} {% else %} 3. {{ t.checkout_step_schedule }} 4. {{ t.checkout_step_picker }} {% endif %}

{{ t.schedule_title }}

{% if provider_type %}

{{ t.schedule_delivering_via_prefix }} {{ checkout.picker_name }}

{% endif %}
{% csrf_token %} {% if quick_delivery_available %}
{% if weather_delay_note %}

{{ weather_delay_note }}

{% endif %}
{% else %}
{{ t.schedule_quick_delivery_ended_note }}
{% endif %}

{{ t.schedule_delivery_day }}

{% if b2b_estimate_note %}

{{ b2b_estimate_note }}

{% endif %}

{{ 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.display_name }} × {{ item.qty_unit_display }} {% if item.product.market_name %}
{% if item.product.market_logo_url %}{{ item.product.market_name }}{% else %}{{ item.product.market_name }}{% endif %}{% if item.product.quality_grade %} · {{ item.product.quality_grade }}{% endif %}{% endif %}
TSh {{ item.line_total|floatformat:0 }}
{{ t.schedule_items_subtotal }} TSh {{ subtotal|floatformat:0 }}
{% if not provider_type %}

{{ t.schedule_fee_next_step_note }}

{% endif %} {% if vendor_eligibility %}
{% if vendor_eligibility.zone == 'out_of_range' %}

{{ t.schedule_zone_out_of_range }}

{% else %}

{{ t.schedule_zone_current_prefix }} {% if vendor_eligibility.zone == 'close' %}{{ t.schedule_zone_close_label }}{% else %}{{ t.schedule_zone_far_label }}{% endif %} · {{ vendor_eligibility.total_weight_kg|floatformat:1 }} kg ({% if vendor_eligibility.eligible %}{{ t.schedule_zone_min_met }}{% else %}{{ t.schedule_zone_min_not_met }}{% endif %})

{{ vendor_eligibility.close_note }}
{{ vendor_eligibility.far_note }}

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