% if (error) { %>
| ID | Country | City | District | Categories | Products | Status | Actions |
|---|---|---|---|---|---|---|---|
| No locations | |||||||
| <%= l.id %> | <%= l.country %> | <%= l.city %> | <%= l.district || '' %> | <%= l.category_count || 0 %> | <%= l.product_count || 0 %> | <% if (l.is_active === 1) { %> Active <% } else { %> Disabled <% } %> | <% if (l.category_count > 0 || l.product_count > 0) { %> 🔒 <% } %> |