Lines 2-8
Link Here
|
2 |
[%- IF ( patron ) -%] |
2 |
[%- IF ( patron ) -%] |
3 |
[%- IF ( patron.dateofbirth ) -%] |
3 |
[%- IF ( patron.dateofbirth ) -%] |
4 |
[% patron.dateofbirth | $KohaDates -%] |
4 |
[% patron.dateofbirth | $KohaDates -%] |
5 |
[%- IF ( patron.get_age ) %] ([% patron.get_age | html %] years) |
5 |
[%- IF ( patron.get_age ) %] ([% patron.get_age | html %]) |
6 |
[%- ELSIF ( patron.age ) %] ([% patron.age | html %] years)[% END -%] |
6 |
[%- ELSIF ( patron.age ) %] ([% patron.age | html %])[% END -%] |
7 |
[%- END -%] |
7 |
[%- END -%] |
8 |
[%- END -%] |
8 |
[%- END -%] |
9 |
- |
|
|