- {{ article.title }} -
-What's New
+ {% for article in articles %}What's New
- {% for article in articles %} -- {{ article.title }} -
-+ {{ article.title }} +
+Browse Chants
- Displaying {{ page_obj.start_index }}-{{ page_obj.end_index }} of {{ page_obj.paginator.count }} chants - - - {% with exists_on_cantus_ultimus=source.exists_on_cantus_ultimus %} - {% if chants %} -Siglum | -Folio | -- | Incipit / Full text | -Feast | -- | - | - | CantusID | -Mode | -- {% if user_can_edit_chant %} - | - {% endif %} - |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ source.siglum|default:"" }} | -{{ chant.folio|default:"" }} | -{{ chant.c_sequence|default_if_none:"" }} | {# default_if_none: sometimes, c_sequence is 0, and should still be displayed #} -
- {{ chant.incipit|default:"" }}
- {{ chant.manuscript_full_text_std_spelling|default:"" }} |
- - {% if chant.feast %} - {{ chant.feast.name|default:"" }} - {% endif %} - | -- {% if chant.office %} - {{ chant.office.name|default:"" }} - {% endif %} - | -- {% if chant.genre %} - {{ chant.genre.name|default:"" }} - {% endif %} - | -{{ chant.position|default:"" }} | -- {{ chant.cantus_id|default:"" }} - | -{{ chant.mode|default:"" }} | -- {% if exists_on_cantus_ultimus %} - - Image - - {% elif chant.image_link %} - Image - {% endif %} - | - {% if user_can_edit_chant %} -- Edit - | - {% endif %} -