<div class="kt-advertisements__table-wrap">
  <% if (!advertisements.length) { %>
    <section class="kt-advertisements__empty"><span><i class="ti ti-speakerphone-off"></i></span><h3><%= lang !== 'en' ? 'لا توجد إعلانات ضمن هذا النطاق' : 'No advertisements in this scope' %></h3><p><%= lang !== 'en' ? 'ستظهر الإعلانات هنا فور إرسالها للمراجعة، دون بيانات تجريبية.' : 'Advertisements will appear here when submitted for review, with no demo data.' %></p></section>
  <% } else { %>
    <table class="table data-list-view kt-advertisements__table">
      <thead><tr><th><%= i18n.__('common.date') %></th><th><%= i18n.__('common.name') %></th><th><%= i18n.__('advertisement.advertiser') %></th><th><%= i18n.__('advertisement.price') %></th><th><%= i18n.__('common.region') %></th><th><%= i18n.__('common.status') %></th><th><%= i18n.__('common.control') %></th></tr></thead>
      <tbody id="filteredDataContainer"><%- include('./tds.ejs', { advertisements, i18n, moment, lang }) %></tbody>
    </table>
    <footer class="kt-advertisements__pagination"><nav aria-label="Page navigation"><%- paginationHtml %></nav></footer>
  <% } %>
</div>
