|
Lines 1-5
Link Here
|
| 1 |
[%- IF patron.category.category_type == 'I' -%] |
1 |
[%- IF patron.category.category_type == 'I' -%] |
| 2 |
[% patron.surname | html %][% IF patron.othernames %]([% patron.othernames | html %])[%- END -%] |
2 |
<span class="surname">[% patron.surname | html %]</span>[% IF patron.othernames %]<span class="othername">([% ' ' _ patron.othernames | html %])</span>[%- END -%] |
| 3 |
[%- ELSE -%] |
3 |
[%- ELSE -%] |
| 4 |
[%- IF patron.title -%] |
4 |
[%- IF patron.title -%] |
| 5 |
[%- IF no_html -%] |
5 |
[%- IF no_html -%] |
|
Lines 8-14
Link Here
|
| 8 |
<span class="patron-title"></span> |
8 |
<span class="patron-title"></span> |
| 9 |
[%- END -%] |
9 |
[%- END -%] |
| 10 |
[%- END -%] |
10 |
[%- END -%] |
| 11 |
[% patron.preferred_name | html %] |
11 |
<span class="preferred_name">[% patron.preferred_name | html %]</span> <span class="middle_name">[% patron.middle_name | html %]</span> <span class="surname">[% patron.surname | html %] </span> |
| 12 |
[% patron.middle_name | html %] |
|
|
| 13 |
[% patron.surname | html %] |
| 14 |
[%- END -%] |
12 |
[%- END -%] |
| 15 |
- |
|
|