| Lines 242-248
          
      
      
        Link Here | 
        
          | 242 |             [% END %] | 242 |             [% END %] | 
        
          | 243 |  | 243 |  | 
        
          | 244 |             [% IF canbookbereserved_responses %] | 244 |             [% IF canbookbereserved_responses %] | 
          
            
              | 245 |                 <button type="button" class="btn btn-sm" data-toggle="modal" data-target="#holdruleschecker">[% t('Show circulation rules') | html %]</button> | 245 |                 <button type="button" class="btn btn-sm" data-bs-toggle="modal" data-bs-target="#holdruleschecker">[% t('Show circulation rules') | html %]</button> | 
        
          | 246 |             [% END %] | 246 |             [% END %] | 
        
          | 247 |  | 247 |  | 
        
          | 248 |             [% UNLESS club OR patron OR patron.borrowernumber OR noitems OR nobiblio %] | 248 |             [% UNLESS club OR patron OR patron.borrowernumber OR noitems OR nobiblio %] | 
  
    | Lines 2056-2062
          
      
      
        Link Here | 
        
          | 2056 |                         <div class="panel panel-default"> | 2056 |                         <div class="panel panel-default"> | 
        
          | 2057 |                             <div class="panel-heading" role="tab" id="heading-[% response.biblio.biblionumber | html %]"> | 2057 |                             <div class="panel-heading" role="tab" id="heading-[% response.biblio.biblionumber | html %]"> | 
        
          | 2058 |                                 <h4 class="panel-title"> | 2058 |                                 <h4 class="panel-title"> | 
          
            
              | 2059 |                                     <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse-[% response.biblio.biblionumber | html %]" aria-expanded="true" aria-controls="collapse-[% response.biblio.biblionumber | html %]"> | 2059 |                                     <a role="button" data-bs-toggle="collapse" data-parent="#accordion" href="#collapse-[% response.biblio.biblionumber | html %]" aria-expanded="true" aria-controls="collapse-[% response.biblio.biblionumber | html %]"> | 
        
          | 2060 |                                         [% response.biblio.title | html %] | 2060 |                                         [% response.biblio.title | html %] | 
        
          | 2061 |                                     </a> | 2061 |                                     </a> | 
        
          | 2062 |                                 </h4> | 2062 |                                 </h4> | 
  
    | Lines 2156-2162
          
      
      
        Link Here | 
        
          | 2156 |                 </div> | 2156 |                 </div> | 
        
          | 2157 |             </div> | 2157 |             </div> | 
        
          | 2158 |             <div class="modal-footer"> | 2158 |             <div class="modal-footer"> | 
          
            
              | 2159 |                 <button type="button" class="btn btn-default" data-dismiss="modal">[% t('Close') | html %]</button> | 2159 |                 <button type="button" class="btn btn-default" data-bs-dismiss="modal">[% t('Close') | html %]</button> | 
        
          | 2160 |             </div> | 2160 |             </div> | 
        
          | 2161 |         </div> | 2161 |         </div> | 
        
          | 2162 |     </div> | 2162 |     </div> | 
            
              | 2163 | -  |  |  |