{"content":"<div class=\"mt-6\">\r\n  <label for=\"search\" class=\"sr-only\">Пошук</label>\r\n  <input id=\"search\" type=\"search\" placeholder=\"Ім'я або номер сертифікату\" class=\"w-full rounded-xl border border-gray-300 bg-white px-4 py-3 text-base outline-none ring-0 placeholder:text-gray-400 focus:border-[#698b91]\">\r\n</div>\r\n<div id=\"tableWrap\" class=\"mt-6 rounded-2xl border border-gray-200 bg-white p-3 sm:p-4 shadow-sm\">\r\n  <div class=\"overflow-x-auto\">\r\n    <table class=\"min-w-full text-left text-sm w-full\">\r\n      <thead class=\"border-b bg-gray-50 text-gray-600\">\r\n        <tr>\r\n          <th class=\"px-4 py-3 font-semibold\">ПІБ</th>\r\n          <th class=\"px-4 py-3 font-semibold\">Назва курсу</th>\r\n          <th class=\"px-4 py-3 font-semibold\">Годин</th>\r\n          <th class=\"px-4 py-3 font-semibold\">Номер</th>\r\n          <th class=\"px-4 py-3 font-semibold\">Дата видачі</th>\r\n        </tr>\r\n      </thead>\r\n      <tbody id=\"tbody\">\r\n        <tr>\r\n          <td colspan=\"5\" class=\"px-4 py-10 text-center text-gray-600\">Сертифікатів за цими даними не знайдено</td>\r\n        </tr>\r\n      </tbody>\r\n    </table>\r\n  </div>\r\n  <div id=\"status\" class=\"py-8 text-center text-gray-600 hidden\"></div>\r\n  <nav id=\"pager\" class=\"mt-4 flex items-center justify-center gap-1\"></nav>\r\n</div>\r\n"}