<div class="table-responsive">
  <% if (!sliders.length) { %>
    <%- include('../components/resourceEmpty.ejs', {
      icon: 'ti-slideshow',
      eyebrow: lang !== 'en' ? 'المكتبة جاهزة' : 'Library ready',
      emptyTitle: lang !== 'en' ? 'لا توجد شرائح بعد' : 'No slides yet',
      emptyDescription: lang !== 'en' ? 'أضف أول شريحة بصورة واضحة ونص مختصر لتظهر في واجهة المنصة.' : 'Add the first slide with a clear image and concise storefront copy.',
      createUrl: '/dashboard/infoSliders/create',
      createLabel: i18n.__('common.add')
    }) %>
  <% } else { %>
    <table class="table data-list-view kt-info-resource__table">
      <thead><tr><%- include('../../includes/checkAll.ejs') %><th><%= i18n.__('common.image') %></th><th><%= i18n.__('common.address') %></th><th><%= i18n.__('common.description') %></th><th><%= i18n.__('common.control') %></th></tr></thead>
      <tbody id="filteredDataContainer"><%- include('./tds.ejs', { sliders }) %></tbody>
    </table>
    <div class="kt-info-resource__pagination d-flex justify-content-center"><nav aria-label="<%= lang !== 'en' ? 'صفحات الشرائح' : 'Slides pages' %>"><%- paginationHtml %></nav></div>
  <% } %>
</div>
