<div class="table-responsive">
  <% if (!contactUs.length) { %>
    <%- include('../components/resourceEmpty.ejs', { icon: 'ti-mail-opened', eyebrow: lang !== 'en' ? 'صندوق الوارد' : 'Inbox', emptyTitle: lang !== 'en' ? 'لا توجد رسائل جديدة' : 'No new messages', emptyDescription: lang !== 'en' ? 'ستظهر رسائل الزوار هنا فور وصولها مع بيانات التواصل وإجراءات المتابعة.' : 'Visitor messages will appear here with contact details and follow-up actions.', createUrl: '', createLabel: '' }) %>
  <% } else { %>
    <table class="table data-list-view kt-info-resource__table"><thead><tr><%- include('../../includes/checkAll.ejs') %><th><%= i18n.__('common.date') %></th><th><%= i18n.__('common.name') %></th><th><%= i18n.__('common.phone') %></th><th><%= i18n.__('common.email') %></th><th><%= i18n.__('common.control') %></th></tr></thead><tbody id="filteredDataContainer"><%- include('./tds.ejs', { contactUs }) %></tbody></table><div class="kt-info-resource__pagination d-flex justify-content-center"><nav aria-label="<%= lang !== 'en' ? 'صفحات الرسائل' : 'Message pages' %>"><%- paginationHtml %></nav></div>
  <% } %>
</div>
