| URI |
{{ record.uri|default:'' }} |
| {% trans 'identifier' %} |
{{ record.identifier }} |
| {% trans 'titles' %} |
{% for i in record.titles.all %}- {{ i.title|default:'' }}{% if i.lang %} ({{ i.lang }}){% endif %}
{% endfor %} |
| {% trans 'added titles' %} |
{% for i in record.addedTitles.all %}- {{ i.title|default:'' }}{% if i.lang %} ({{ i.lang }}){% endif %}
{% endfor %} |
| {% trans 'titles main document' %} |
{% for i in record.titlesMainDocument.all %}- {{ i.title|default:'' }}{% if i.lang %} ({{ i.lang }}){% endif %}
{% endfor %} |
| {% trans 'authors' %} |
{% for i in record.authors.all %}- {{ i.name|default:'' }}
{% endfor %} |
| {% trans 'corporate authors' %} |
{% for k in record.corporateAuthors.all %}- {{ uri_labels | get_item:k.uri }} ({{ k.uri }})
{% endfor %} |
| {% trans 'corporate author label' %} |
{{ record.corporateAuthorLabel|default:'' }} |
| {% trans 'meetings' %} |
{% for i in record.meetings.all %}
-
- {{ i.label|default:'' }}{% if i.lang %} ({{ i.lang }}){% endif %}
- {% trans 'Number' %} : {{ i.meetingNumber|default:'' }}
- {% trans 'Place' %} : {{ i.meetingPlace|default:'' }}
- {% trans 'Date' %} : {{ i.meetingDate|default:'' }}
- {% trans 'Year' %} : {{ i.meetingYear|default:'' }}
{% endfor %}
|
| {% trans 'series' %} |
{% for i in record.series.all %}
-
- {{ i.title|default:'' }}{% if i.lang %} ({{ i.lang }}){% endif %}
{% if i.volume %}- {% trans 'Volume' %} : {{ i.volume|default:'' }}
{% endif %}
{% endfor %}
|
| {% trans 'periodicals' %} |
{% for i in record.periodicals.all %}- {{ i.label|default:'' }}{% if i.lang %} ({{ i.lang }}){% endif %}
{% endfor %} |
| {% trans 'volume issues' %} |
{% for i in record.volumeIssues.all %}
-
- {% trans 'Volume' %} : {{ i.volume|default:'' }}
- {% trans 'Number' %} : {{ i.number|default:'' }}
- {% trans 'Language' %} : {{ i.lang|default:'' }}
{% endfor %}
|
| {% trans 'imprints' %} |
{% for i in record.imprints.all %}
-
- {% trans 'City' %} : {{ i.imprintCity|default:'' }}
- {% trans 'Publisher' %} : {{ i.publisher|default:'' }}
- {% trans 'Date' %} : {{ i.imprintDate|default:'' }}
- {% trans 'Language' %} : {{ i.lang|default:'' }}
{% endfor %}
|
| {% trans 'collations' %} |
{% for i in record.collations.all %}- {{ i.collation|default:'' }}{% if i.lang %} ({{ i.lang }}){% endif %}
{% endfor %} |
| {% trans 'language' %} |
{% if record.language %}{{ uri_labels | get_item:record.language.uri }} ({{ record.language.uri|default:'' }}){% endif %} |
| {% trans 'other languages' %} |
{% for k in record.otherLanguages.all %}- {{ uri_labels | get_item:k.uri }} ({{ k.uri }})
{% endfor %} |
| {% trans 'Urls' %} |
{% for i in record.urls.all %}
-
- {% trans 'Address' %} : {% if i.address %}{{ i.address }}{% endif %}
- {% trans 'Display' %} : {{ i.display|default:'' }}
{% endfor %}
|
| {% trans 'abstracts' %} |
{% for i in record.abstracts.all %}- {{ i.abstract|default:'' }}{% if i.lang %} ({{ i.lang }}){% endif %}
{% endfor %} |
| {% trans 'themes' %} |
{% for k in record.themes.all %}- {{ uri_labels | get_item:k.uri }} ({{ k.uri }})
{% endfor %} |
| {% trans 'countries' %} |
{% for k in record.countries.all %}- {{ uri_labels | get_item:k.uri }} ({{ k.uri }})
{% endfor %} |
| {% trans 'subjects' %} |
{% for k in record.subjects.all %}- {{ uri_labels | get_item:k.uri }} ({{ k.uri }})
{% endfor %} |
| {% trans 'subject persons' %} |
{% for i in record.subjectPersons.all %}- {{ i.name|default:'' }}
{% endfor %} |
| {% trans 'subject corporate bodies' %} |
{% for k in record.subjectCorporateBodies.all %}- {{ uri_labels | get_item:k.uri }} ({{ k.uri }})
{% endfor %} |
| {% trans 'subject meetings' %} |
{% for i in record.subjectMeetings.all %}
-
- {{ i.label|default:'' }}
- {% trans 'Number' %} : {{ i.meetingNumber|default:'' }}
- {% trans 'Place' %} : {{ i.meetingPlace|default:'' }}
- {% trans 'Date' %} : {{ i.meetingDate|default:'' }}
- {% trans 'Year' %} : {{ i.meetingYear|default:'' }}
{% endfor %}
|
| {% trans 'project names' %} |
{% for k in record.projectNames.all %}- {{ uri_labels | get_item:k.uri }} ({{ k.uri }})
{% endfor %} |
| {% trans 'edition statement' %} |
{{ record.editionStatement|default:'' }} |
| {% trans 'notes' %} |
{{ record.notes|default:'' }} |
| {% trans 'isbns' %} |
{% for i in record.isbns.all %}- {{ i.isbn|default:'' }}{% if i.lang %} ({{ i.lang }}){% endif %}
{% endfor %} |
| {% trans 'issns' %} |
{% for i in record.issns.all %}- {{ i.issn|default:'' }}{% if i.lang %} ({{ i.lang }}){% endif %}
{% endfor %} |
| {% trans 'document code' %} |
{% for i in record.documentCodes.all %}- {{ i.documentCode|default:'' }}{% if i.lang %} ({{ i.lang }}){% endif %}
{% endfor %} |
| {% trans 'record type' %} |
{{ uri_labels | get_item:record.recordType }} ({{ record.recordType|default:'' }}) |
| {% trans 'audiences' %} |
{% for k in record.audiences.all %}- {{ uri_labels | get_item:k.uri }} ({{ k.uri }})
{% endfor %} |
| {% trans 'is document part' %} |
|
| {% trans 'is hidden' %} |
|
| {% trans 'is restricted' %} |
|