|
Lines 1592-1601
tables:
Link Here
|
| 1592 |
- "</div>" |
1592 |
- "</div>" |
| 1593 |
- "<div id=\"cardnumber-container\">" |
1593 |
- "<div id=\"cardnumber-container\">" |
| 1594 |
- "<p id=\"patron-cardnumber\"><strong>Card number:</strong> [% borrower.cardnumber %]</p>" |
1594 |
- "<p id=\"patron-cardnumber\"><strong>Card number:</strong> [% borrower.cardnumber %]</p>" |
| 1595 |
- "</div" |
1595 |
- "</div>" |
| 1596 |
- "<div id=\"dateexpiry-container\">" |
1596 |
- "<div id=\"dateexpiry-container\">" |
| 1597 |
- "<p id=\"patron-dateexpiry\"><strong>Expiration date:</strong> [% borrower.dateexpiry | $KohaDates %]</p>" |
1597 |
- "<p id=\"patron-dateexpiry\"><strong>Expiration date:</strong> [% borrower.dateexpiry | $KohaDates %]</p>" |
| 1598 |
- "</div" |
1598 |
- "</div>" |
| 1599 |
|
1599 |
|
| 1600 |
- module: members |
1600 |
- module: members |
| 1601 |
code: WELCOME |
1601 |
code: WELCOME |
| 1602 |
- |
|
|