{{ t("nav.myOrders") }}
{{ t("orders.titleSubtitle") }}
{{ t("orders.loading") }}
{{ t("orders.noOrders") }}
{{ t("orders.startProjectDesc") }}
{{ t("common.orderId", { id: order.id }) }}
{{ formatDate(order.created_at) }}
{{ t("orders.labels.quantity") }}
{{ order.quantity || 1 }}
{{ t("orders.labels.status") }}
{{ t("orders.labels.estimate") }}
{{ order.total_price ? `${order.total_price} €` : t("common.pending") }}
{{ t("orders.labels.materialColor") }}
{{ order.material_name || "PLA" }}
{{ order.color_name || t("common.default") }}
"{{ order.notes }}"
{{ item.description }} x{{ item.quantity }}
{{ item.total_price }} €
{{ t("orders.labels.total") }}
{{ order.total_price }} €