{% include "web/passage/_metadata.html" with obj=passage only %}
{% include "web/passage/_descriptions.html" with descriptions=descriptions description_create_form=description_create_form passage_pk=passage.pk csrf_token=csrf_token only %}
{% include "web/passage/_manuscripts.html" with manuscripts=passage.manuscripts.all only %}
{% include "web/passage/_texts.html" with texts=texts add_text_to_passage_form=add_text_to_passage_form passage_pk=passage.pk csrf_token=csrf_token only %}
{% include "web/passage/_authors.html" with authors=authors add_author_to_passage_form=add_author_to_passage_form passage_pk=passage.pk preferred_languages=preferred_languages csrf_token=csrf_token only %}
{% include "web/passage/_cities.html" with cities=cities add_city_to_passage_form=add_city_to_passage_form passage_pk=passage.pk preferred_languages=preferred_languages csrf_token=csrf_token only %}
{% include "web/passage/_keywords.html" with keywords=keywords keywords_categories=keywords_categories add_keyword_to_passage_form=add_keyword_to_passage_form passage_pk=passage.pk preferred_languages=preferred_languages csrf_token=csrf_token only %}
{% include "web/passage/_scholia.html" with scholia=passage.scholia.all passage=passage only %}
{% include "web/passage/_comments.html" with comments=comments comment_create_form=comment_create_form passage_pk=passage.pk csrf_token=csrf_token only %}
{% include "web/passage/_alignments.html" with texts=texts only %}
{% include "web/passage/_internal_references.html" with internal_references=passage.internal_references.all only %}
{% include "web/passage/_external_references.html" with external_references=passage.external_references.all only %}
{% endblock %}
{% block footer %}