{{ t('ordersList.card.route') }}
{{ item.sourceLocationName }} → {{ item.destinationLocationName }}
{{ t('ordersList.card.status') }}
{{ getStatusText(item.status) }}
{{ t('ordersList.card.product') }}
{{ item.orderLines[0].productName }}
+{{ item.orderLines.length - 1 }}