{% if 'name' in chant.metadata %} {{ chant.metadata.name }} {% elif 'incipit' in chant.metadata %} {{ chant.metadata.incipit }} {% endif %}
-
{% set fields = [
'office-part',
'occasion',
'meter',
'commentary',
'arranger',
'author',
'date',
'manuscript',
'manuscript-reference',
'manuscript-storage-place',
'book',
'language',
'transcriber',
'transcription-date',
'mode',
'user-notes',
'annotation',
'cantus_id',
'siglum'
]
%}
{% for key, value in chant.metadata.items() %}
{%- if key in fields %}
- {{ key }} {{ value|e }} {%- endif %} {% endfor %} {% if '_gregobase_id' in chant.metadata %}
- GregoBase ID {{chant.metadata._gregobase_id}} {% endif %} {% if 'drupal_path' in chant.metadata %}
- Cantus {{chant.metadata.drupal_path}} {% endif %}
{% if showOptions %}
{% include 'displayOptions.html' %}
{% endif %}
{% include 'chant.html' %}
Generated with Chant21 v{{ chant.metadata['chant21version'] }}, a Python library for plainchant.