<div class="table-responsive">
  <% if (!providerEditRequests.length) { %> <%-
  include('../../includes/notFound.ejs') %> <% } else { %>
  <table class="table data-list-view">
    <thead>
      <tr>
        <th><%= i18n.__({ phrase: 'common.date', locale: lang }) %></th>
        <th><%= i18n.__({ phrase: 'common.name', locale: lang }) %></th>
        <th><%= i18n.__({ phrase: 'common.phone', locale: lang }) %></th>
        <th><%= i18n.__({ phrase: 'common.city', locale: lang }) %></th>
        <th><%= i18n.__({ phrase: 'common.district', locale: lang }) %></th>
        <th><%= i18n.__({ phrase: 'common.control', locale: lang }) %></th>
      </tr>
    </thead>

    <tbody id="filteredDataContainer">
      <%- include('./tds.ejs', { providerEditRequests }) %>
    </tbody>
  </table>
  <div class="d-flex justify-content-center mt-3">
    <nav aria-label="Page navigation example"><%-paginationHtml%></nav>
  </div>
  <%}%>
</div>
