[].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]')).map(function (element) {
      return new bootstrap.Popover(element)
    });