Lines 2-8
Link Here
|
2 |
[% patron.surname | html %][% IF patron.othernames %]([% patron.othernames | html %])[%- END -%] |
2 |
[% patron.surname | html %][% IF patron.othernames %]([% patron.othernames | html %])[%- END -%] |
3 |
[%- ELSE -%] |
3 |
[%- ELSE -%] |
4 |
[%- IF patron.title -%] |
4 |
[%- IF patron.title -%] |
5 |
<span class="patron-title">[% patron.title | html %]</span> |
5 |
[%- IF no_html -%] |
|
|
6 |
[% patron.title | html %] |
7 |
[%- ELSE -%] |
8 |
<span class="patron-title"></span> |
9 |
[%- END -%] |
6 |
[%- END -%] |
10 |
[%- END -%] |
7 |
[% patron.preferred_name | html %] |
11 |
[% patron.preferred_name | html %] |
8 |
[% patron.middle_name | html %] |
12 |
[% patron.middle_name | html %] |
9 |
- |
|
|