{% if order.is_quick %}{{ t.badge_quick_delivery }} · {% endif %} {{ t.order_delivery_on }} {{ order.delivery_date }} · {{ order.delivery_time_slot }} {% if picker_name %} · {{ t.order_picker_label }} {{ picker_name }}{% endif %}
{% if order.status == 'pending_payment' %}{{ t.payment_send_to_one }}
{{ t.payment_no_methods }}
{% endif %}{{ t.order_waiting_picker_location }}
{% for i in "12345" %}{% if forloop.counter <= existing_rating.rating %}★{% else %}☆{% endif %}{% endfor %}
{% if existing_rating.comment %}"{{ existing_rating.comment }}"
{% endif %} {% else %} {{ t.order_rate_picker }} {% endif %}|
{{ item.product_display_name }} × {{ item.qty_unit_display }}
{% if item.market_name %} {% if item.market_logo_url %} {{ item.quality_grade }}{% endif %} TSh {{ item.unit_price|floatformat:0 }} {{ item.per_unit_text }} |
TSh {{ item.line_total|floatformat:0 }} |
{% if order.package_fee > 0 %}{{ t.schedule_fee_breakdown_note }}{% else %}{{ t.schedule_fee_breakdown_note_2part }}{% endif %}
{{ t.order_delivering_to }} {{ order.delivery_address }}
{% if picker_name %} {% url 'market:order_messages_poll' order.id as poll_url %} {% url 'market:order_send_message' order.id as send_url %} {% include 'market/_order_chat_widget.html' with order_chat_title=t.order_messages_with|add:" "|add:picker_name poll_url=poll_url send_url=send_url no_messages_text=t.order_no_messages message_placeholder=t.order_message_placeholder send_label=t.order_send %} {% endif %}