use C4::Output;
use C4::Auth;
use C4::Utils::DataTables::Members;
use C4::Search;
use Koha::Biblios;
use Koha::Patrons;
use Koha::ArticleRequests;
$template->param(
biblio => $biblio,
patron => $patron,
C4::Search::enabled_staff_search_views,
);
output_html_with_http_headers $cgi, $cookie, $template->output;
-