{{ t('catalogLanding.states.loading') }}
{{ t('ordersList.card.order_label') }}
#{{ item.name }}
{{ getOrderStartDate(item) }} → {{ getOrderEndDate(item) }}
{{ t('ordersList.card.route') }}
{{ item.sourceLocationName }} → {{ item.destinationLocationName }}
{{ t('ordersList.card.product') }}
{{ item.orderLines?.[0]?.productName || t('ordersList.card.product_loading') }}
+{{ item.orderLines.length - 1 }}
{{ item.orderLines?.[0]?.quantity || 0 }} {{ item.orderLines?.[0]?.unit || t('ordersList.card.unit_tons') }}
{{ t('ordersList.card.status') }}
{{ getStatusText(item.status) }}
{{ t('ordersList.card.stages_completed', { done: getCompletedStages(item), total: item.stages?.length || 0 }) }}