%- include('../partials/layout-start') %>
| № | Клиент | Статус | Сумма | Дата | Действие |
|---|---|---|---|---|---|
| #<%= o.id %> |
<%= o.customer_name %> <%= o.customer_email %> |
<%= statusLabels[o.status] || o.status %> | <%= formatPrice(o.total_cents) %> | <%= new Date(o.created_at).toLocaleString('ru-RU') %> |