|
Lines 51-59
Link Here
|
| 51 |
[% IF info.end_period %]until: [% info.end_period | html %][% END ~%] |
51 |
[% IF info.end_period %]until: [% info.end_period | html %][% END ~%] |
| 52 |
) |
52 |
) |
| 53 |
[% END %] |
53 |
[% END %] |
| 54 |
[% IF info.uri %]<p>URI: [% info.uri | html %]</p>[% END %] |
54 |
[% IF info.uri %]<p style="margin-bottom: 0;">URI: [% info.uri | html %]</p>[% END %] |
| 55 |
[% IF info.source_of_information %]<p>Source of information: [% info.source_of_information | html %]</p> [% END %] |
55 |
[% IF info.source_of_information %]<p style="margin-bottom: 0;">Source of information: [% info.source_of_information | html %]</p> [% END %] |
| 56 |
[% IF info.authority_record_number %]<p>Authority record control number or standard number: [% info.authority_record_number | html %]</p>[% END %] |
56 |
[% IF info.authority_record_number %]<p style="margin-bottom: 0;">Authority record control number or standard number: [% info.authority_record_number | html %]</p>[% END %] |
| 57 |
</span> |
57 |
</span> |
| 58 |
</li> |
58 |
</li> |
| 59 |
[% END %] |
59 |
[% END %] |
|
Lines 76-84
Link Here
|
| 76 |
[% IF info.end_period %]until: [% info.end_period | html %][% END ~%] |
76 |
[% IF info.end_period %]until: [% info.end_period | html %][% END ~%] |
| 77 |
) |
77 |
) |
| 78 |
[% END %] |
78 |
[% END %] |
| 79 |
[% IF info.uri %]<p>URI: [% info.uri | html %]</p>[% END %] |
79 |
[% IF info.uri %]<p style="margin-bottom: 0;">URI: [% info.uri | html %]</p>[% END %] |
| 80 |
[% IF info.source_of_information %]<p>Source of information: [% info.source_of_information | html %]</p> [% END %] |
80 |
[% IF info.source_of_information %]<p style="margin-bottom: 0;">Source of information: [% info.source_of_information | html %]</p> [% END %] |
| 81 |
[% IF info.authority_record_number %]<p>Authority record control number or standard number: [% info.authority_record_number | html %]</p>[% END %] |
81 |
[% IF info.authority_record_number %]<p style="margin-bottom: 0;">Authority record control number or standard number: [% info.authority_record_number | html %]</p>[% END %] |
| 82 |
</span> |
82 |
</span> |
| 83 |
</li> |
83 |
</li> |
| 84 |
[% END %] |
84 |
[% END %] |
| 85 |
- |
|
|