| Lines 573-578
          
      
      
        Link Here | 
        
          | 573 |                                                                 [% IF ( books_loo.order_received ) %] <span class="order-received">(received)</span>[% END %] | 573 |                                                                 [% IF ( books_loo.order_received ) %] <span class="order-received">(received)</span>[% END %] | 
        
          | 574 |                                                                 [% IF books_loo.title %] | 574 |                                                                 [% IF books_loo.title %] | 
        
          | 575 |                                                                     [% INCLUDE 'biblio-title.inc' biblio=books_loo link = 1 %] [% IF books_loo.author %] by [% books_loo.author | html %][% END %] | 575 |                                                                     [% INCLUDE 'biblio-title.inc' biblio=books_loo link = 1 %] [% IF books_loo.author %] by [% books_loo.author | html %][% END %] | 
            
              |  |  | 576 |                                                                 [% ELSIF books_loo.deleted_biblio %] | 
            
              | 577 |                                                                     [% INCLUDE 'biblio-title.inc' biblio=books_loo.deleted_biblio %] | 
            
              | 578 |                                                                     <br/>(Deleted bibliographic record) | 
        
          | 576 |                                                                 [% ELSE %] | 579 |                                                                 [% ELSE %] | 
        
          | 577 |                                                                     <em>Deleted bibliographic record, can't find title</em><br /> | 580 |                                                                     <em>Deleted bibliographic record, can't find title</em><br /> | 
        
          | 578 |                                                                 [%- END %] | 581 |                                                                 [%- END %] | 
  
    | Lines 764-769
          
      
      
        Link Here | 
        
          | 764 |                                                                 [% IF ( order.order_received ) %] <span class="order-received">(received)</span>[% END %] | 767 |                                                                 [% IF ( order.order_received ) %] <span class="order-received">(received)</span>[% END %] | 
        
          | 765 |                                                                 [% IF (order.title) %] | 768 |                                                                 [% IF (order.title) %] | 
        
          | 766 |                                                                     [% order.title | html %][% IF order.author %] by [% order.author | html %][% END %] | 769 |                                                                     [% order.title | html %][% IF order.author %] by [% order.author | html %][% END %] | 
            
              |  |  | 770 |                                                                 [% ELSIF order.deleted_biblio %] | 
            
              | 771 |                                                                     [% INCLUDE 'biblio-title.inc' biblio=order.deleted_biblio %] | 
            
              | 772 |                                                                     <br/>(Deleted bibliographic record) | 
        
          | 767 |                                                                 [% ELSE %] | 773 |                                                                 [% ELSE %] | 
        
          | 768 |                                                                     <em>Deleted bibliographic record, can't find title</em> | 774 |                                                                     <em>Deleted bibliographic record, can't find title</em> | 
        
          | 769 |                                                                 [% END %] | 775 |                                                                 [% END %] | 
            
              | 770 | -  |  |  |