{% include header.html %}

Details for manuscript {{ page.MS_ID }}

Manuscript №
{{ page.MS_ID }}
Location
{{page.Location}}
Collection
{{ page.Collection }}
Reference
{{ page.Reference }}
Headnote
{{ page.Headnote }}
Estimated date of production
{{ page.MS_Date }}
Folia
{{ page.Folia }}
Place of production
{{ page.Place_of_production }}
Produced for
{{ page.Produced_for }}
Notes
{{ page.Notes }}
Sources for this record
{% for source in page.sources %}
{% if source contains "http" %}{{source}}{% else %}{{ source }}{% endif %}
{% endfor %}

Manuscript contents

{% if page.contents %} {% for text in page.contents %} {% endfor %}
Contents
Text Title Language Start folio (ordinal) End folio (ordinal) Total pages
{{ text.item }} {{ text.title }} {{ text.language }} {{ text.start_folio }}{{ text.start_side }} ({{ text.ordinal_start }}) {{ text.end_folio }}{{ text.end_side }} ({{ text.ordinal_end }}) {{ text.total_sides | round: 2 }}
{% else %}

The contents of this manuscript have not been described in detail.

{% endif %}

Owners of this manuscript

{% if page.owners %} {% for text in page.owners %} {% endfor %}
Owners
Owner number Owner Period Gender Type Source
{{ text.owner_ID }} {{ text.owner_descr }} {{ text.owner_date }} {{ text.owner_gender }} {{ text.owner_type }} {% if text.owner_source contains "http" %}{{ text.owner_source }}{% else %}{{ text.owner_source }}{% endif %}
{% else %}

No owners have been identified for this manuscript.

{% endif %} {{ content }} {% include footer.html %}