{% extends "web/base.html" %} {% load static i18n %} {% block content %}

{{ passage }}

{% include "web/_metadata.html" with passage=passage only %} {% include "web/_manuscripts.html" with manuscripts=passage.manuscripts.all only %} {% include "web/_texts.html" with texts=texts authors=passage.authors.all only %} {% include "web/_keywords.html" with texts=texts keywords=passage.keywords.all only %} {% include "web/_scholia.html" with scholia=passage.mlgr_scholia.all passage=passage only %} {% include "web/_comments.html" with comments=passage.comments.all comment_form=comment_form passage_pk=passage.pk csrf_token=csrf_token only %} {% include "web/_alignments.html" with texts=texts only %} {% endblock %} {% block footer %}
{% translate "← Previous passage" %} {% translate "Edit this passage" %} {% translate "Next passage →" %}
{% endblock %} {% block extra_body %} {% endblock %}