| Lines 400-430
          
      
      
        Link Here | 
        
          | 400 |                                 </div> | 400 |                                 </div> | 
        
          | 401 |                                 <div class="rows"> | 401 |                                 <div class="rows"> | 
        
          | 402 |                                     <ol> | 402 |                                     <ol> | 
          
            
              | 403 |                                         <li> | 403 |                                         <li id="patron-card-number"> | 
        
          | 404 |                                             <span class="label">Card number: </span> | 404 |                                             <span class="label">Card number: </span> | 
        
          | 405 |                                             [% patron.cardnumber | html %] | 405 |                                             [% patron.cardnumber | html %] | 
        
          | 406 |                                         </li> | 406 |                                         </li> | 
          
            
              | 407 |                                         <li> | 407 |                                         <li id="patron-borrower-number"> | 
        
          | 408 |                                             <span class="label">Borrowernumber: </span> | 408 |                                             <span class="label">Borrowernumber: </span> | 
        
          | 409 |                                             [% patron.borrowernumber | html %] | 409 |                                             [% patron.borrowernumber | html %] | 
        
          | 410 |                                         </li> | 410 |                                         </li> | 
          
            
              | 411 |                                         <li> | 411 |                                         <li id="patron-category-description"> | 
        
          | 412 |                                             <span class="label">Category: </span> | 412 |                                             <span class="label">Category: </span> | 
        
          | 413 |                                             [% patron.category.description | html %] ([% patron.categorycode | html %]) | 413 |                                             [% patron.category.description | html %] ([% patron.categorycode | html %]) | 
        
          | 414 |                                         </li> | 414 |                                         </li> | 
          
            
              | 415 |                                         <li> | 415 |                                         <li id="patron-date-enrolled"> | 
        
          | 416 |                                             <span class="label">Registration date: </span> | 416 |                                             <span class="label">Registration date: </span> | 
        
          | 417 |                                             [% patron.dateenrolled | $KohaDates %] | 417 |                                             [% patron.dateenrolled | $KohaDates %] | 
        
          | 418 |                                         </li> | 418 |                                         </li> | 
        
          | 419 |  | 419 |  | 
        
          | 420 |                                         [% IF ( patron.date_renewed ) %] | 420 |                                         [% IF ( patron.date_renewed ) %] | 
          
            
              | 421 |                                             <li> | 421 |                                             <li id="patron-date-renewed"> | 
        
          | 422 |                                                 <span class="label">Renewal date: </span> | 422 |                                                 <span class="label">Renewal date: </span> | 
        
          | 423 |                                                 [% patron.date_renewed | $KohaDates %] | 423 |                                                 [% patron.date_renewed | $KohaDates %] | 
        
          | 424 |                                             </li> | 424 |                                             </li> | 
        
          | 425 |                                         [% END %] | 425 |                                         [% END %] | 
        
          | 426 |  | 426 |  | 
          
            
              | 427 |                                         <li> | 427 |                                         <li id="patron_expiration_date"> | 
        
          | 428 |                                             <span class="label">Expiration date: </span> | 428 |                                             <span class="label">Expiration date: </span> | 
        
          | 429 |                                             [% IF ( was_renewed ) %] | 429 |                                             [% IF ( was_renewed ) %] | 
        
          | 430 |                                                 <strong class="reregistrinfo">[% patron.dateexpiry | $KohaDates %]</strong> | 430 |                                                 <strong class="reregistrinfo">[% patron.dateexpiry | $KohaDates %]</strong> | 
  
    | Lines 432-444
          
      
      
        Link Here | 
        
          | 432 |                                                 [% patron.dateexpiry | $KohaDates %] | 432 |                                                 [% patron.dateexpiry | $KohaDates %] | 
        
          | 433 |                                             [% END %] | 433 |                                             [% END %] | 
        
          | 434 |                                         </li> | 434 |                                         </li> | 
          
            
              | 435 |                                         <li> | 435 |                                         <li id="patron-library-branch"> | 
        
          | 436 |                                             <span class="label">Library: </span> | 436 |                                             <span class="label">Library: </span> | 
        
          | 437 |                                             [% branchname | html %] | 437 |                                             [% branchname | html %] | 
        
          | 438 |                                         </li> | 438 |                                         </li> | 
        
          | 439 |  | 439 |  | 
        
          | 440 |                                         [% IF ( OPACPrivacy ) %] | 440 |                                         [% IF ( OPACPrivacy ) %] | 
          
            
              | 441 |                                             <li> | 441 |                                             <li id="patron-privacy-pref"> | 
        
          | 442 |                                                 <span class="label">Privacy Pref:</span> | 442 |                                                 <span class="label">Privacy Pref:</span> | 
        
          | 443 |                                                     [% IF ( privacy0 ) %]Forever[% END %] | 443 |                                                     [% IF ( privacy0 ) %]Forever[% END %] | 
        
          | 444 |                                                     [% IF ( privacy1 ) %]Default[% END %] | 444 |                                                     [% IF ( privacy1 ) %]Default[% END %] | 
  
    | Lines 446-452
          
      
      
        Link Here | 
        
          | 446 |                                             </li> | 446 |                                             </li> | 
        
          | 447 |                                         [% END %] | 447 |                                         [% END %] | 
        
          | 448 |  | 448 |  | 
          
            
              | 449 |                                         <li> | 449 |                                         <li id="patron-checkouts"> | 
        
          | 450 |                                             <span class="label">Show checkouts to guarantor</span> | 450 |                                             <span class="label">Show checkouts to guarantor</span> | 
        
          | 451 |                                             [% IF privacy_guarantor_checkouts %] | 451 |                                             [% IF privacy_guarantor_checkouts %] | 
        
          | 452 |                                                 Yes | 452 |                                                 Yes | 
  
    | Lines 456-477
          
      
      
        Link Here | 
        
          | 456 |                                         </li> | 456 |                                         </li> | 
        
          | 457 |  | 457 |  | 
        
          | 458 |                                         [% IF ( patron.sort1 ) %] | 458 |                                         [% IF ( patron.sort1 ) %] | 
          
            
              | 459 |                                             <li> | 459 |                                             <li id="patron-sort-1"> | 
        
          | 460 |                                                 <span class="label">Sort field 1:</span> | 460 |                                                 <span class="label">Sort field 1:</span> | 
        
          | 461 |                                                 [% AuthorisedValues.GetByCode('Bsort1', patron.sort1) | html %] | 461 |                                                 [% AuthorisedValues.GetByCode('Bsort1', patron.sort1) | html %] | 
        
          | 462 |                                             </li> | 462 |                                             </li> | 
        
          | 463 |                                         [% END %] | 463 |                                         [% END %] | 
        
          | 464 |                                         [% IF ( patron.sort2 ) %] | 464 |                                         [% IF ( patron.sort2 ) %] | 
          
            
              | 465 |                                             <li> | 465 |                                             <li id="patron-sort-2"> | 
        
          | 466 |                                                 <span class="label">Sort field 2:</span> | 466 |                                                 <span class="label">Sort field 2:</span> | 
        
          | 467 |                                                 [% AuthorisedValues.GetByCode('Bsort2', patron.sort2) | html %] | 467 |                                                 [% AuthorisedValues.GetByCode('Bsort2', patron.sort2) | html %] | 
        
          | 468 |                                             </li> | 468 |                                             </li> | 
        
          | 469 |                                         [% END %] | 469 |                                         [% END %] | 
          
            
              | 470 |                                         <li> | 470 |                                         <li id="patron-username"> | 
        
          | 471 |                                             <span class="label">Username: </span> | 471 |                                             <span class="label">Username: </span> | 
        
          | 472 |                                             [% patron.userid | html %] | 472 |                                             [% patron.userid | html %] | 
        
          | 473 |                                         </li> | 473 |                                         </li> | 
          
            
              | 474 |                                         <li> | 474 |                                         <li id="patron-password"> | 
        
          | 475 |                                             <span class="label">Password: </span> | 475 |                                             <span class="label">Password: </span> | 
        
          | 476 |                                             [% IF ( patron.password ) %] | 476 |                                             [% IF ( patron.password ) %] | 
        
          | 477 |                                                 ******* | 477 |                                                 ******* | 
  
    | Lines 517-523
          
      
      
        Link Here | 
        
          | 517 |                                 </div> [% # /div.rows %] | 517 |                                 </div> [% # /div.rows %] | 
        
          | 518 |                             </div> [% # /div#patron-library-details %] | 518 |                             </div> [% # /div#patron-library-details %] | 
        
          | 519 |  | 519 |  | 
          
            
              | 520 |                             <div id="patron-alternate-address" class="patroninfo-section"> | 520 |                             <div class="patroninfo-section"> | 
        
          | 521 |                                 [% IF ( patron.B_phone || patron.B_email || patron.contactnote || patron.B_address || patron.B_address2 || patron.B_city || patron.B_zipcode || patron.B_country ) %] | 521 |                                 [% IF ( patron.B_phone || patron.B_email || patron.contactnote || patron.B_address || patron.B_address2 || patron.B_city || patron.B_zipcode || patron.B_country ) %] | 
        
          | 522 |                                     <div class="patroninfo-heading"> | 522 |                                     <div class="patroninfo-heading"> | 
        
          | 523 |                                         <h3>Alternate address</h3> | 523 |                                         <h3>Alternate address</h3> | 
  
    | Lines 557-563
          
      
      
        Link Here | 
        
          | 557 |                                         </ol> | 557 |                                         </ol> | 
        
          | 558 |                                     </div> | 558 |                                     </div> | 
        
          | 559 |                                 [% ELSE %] | 559 |                                 [% ELSE %] | 
          
            
              | 560 |                                     <div class="patroninfo-heading"> | 560 |                                     <div id="patron-alternate-address" class="patroninfo-heading"> | 
        
          | 561 |                                       <h3 class="inline">Alternate address</h3> | 561 |                                       <h3 class="inline">Alternate address</h3> | 
        
          | 562 |                                         <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | html %]&step=6"><i class="fa fa-plus"></i> Add</a> | 562 |                                         <a class="btn btn-default btn-xs" href="memberentry.pl?op=modify&borrowernumber=[% patron.borrowernumber | html %]&step=6"><i class="fa fa-plus"></i> Add</a> | 
        
          | 563 |                                     </div> | 563 |                                     </div> | 
            
              | 564 | -  |  |  |