Список услуг
<% if (services && services.length > 0) { %>
<% } else { %>
<% } %>
<% if (pagination && pagination.total > 1) { %>
<% } %>
| ID | Название | Категория | Статус | Цена от | Время | Рекомендуемая | Создано | Действия |
|---|---|---|---|---|---|---|---|---|
| #<%= service.id.slice(-8) %> |
<%= service.name %>
<% if (service.shortDescription) { %>
<%= service.shortDescription.substring(0, 80) %><%= service.shortDescription.length > 80 ? '...' : '' %>
<% } %>
|
<%= service.category %> | <% if (service.isActive) { %> Активна <% } else { %> Неактивна <% } %> | <% if (service.pricing && service.pricing.basePrice) { %> $<%= service.pricing.basePrice %> <% } else { %> Не указана <% } %> | <% if (service.estimatedTime) { %> <%= service.estimatedTime %> <% } else { %> - <% } %> | <% if (service.featured) { %> <% } else { %> <% } %> | <%= new Date(service.createdAt).toLocaleDateString('ru-RU') %> |