Lines 60-66
Link Here
|
60 |
[%- IF data.category_type == 'I' -%] |
60 |
[%- IF data.category_type == 'I' -%] |
61 |
[%- data.surname | html %] [% IF data.othernames %] ([% data.othernames | html %])[% END -%] |
61 |
[%- data.surname | html %] [% IF data.othernames %] ([% data.othernames | html %])[% END -%] |
62 |
[%- ELSIF invert_name -%] |
62 |
[%- ELSIF invert_name -%] |
63 |
[% data.title | $raw %][%- data.surname | html %], [% data.firstname | html %] [% IF data.othernames %] ([% data.othernames | html %]) [% END -%] |
63 |
[% data.title | $raw %][%- data.surname | html %][% IF ( data.firstname ) %], [% data.firstname | html %][% END %][% IF data.othernames %] ([% data.othernames | html %]) [% END -%] |
64 |
[%- ELSE -%] |
64 |
[%- ELSE -%] |
65 |
[% data.title | $raw %][%- data.firstname | html %] [% IF data.othernames %] ([% data.othernames | html %]) [% END %] [% data.surname | html -%] |
65 |
[% data.title | $raw %][%- data.firstname | html %] [% IF data.othernames %] ([% data.othernames | html %]) [% END %] [% data.surname | html -%] |
66 |
[%- END -%] |
66 |
[%- END -%] |
67 |
- |
|
|