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

{% if passage %} ← {% translate "Back to" %} {{ passage }} {% endif %} {% if scholium %} ← {% translate "Back to" %} {{ scholium }} {% endif %}

{{ block.super }} {% endblock page_title %} {% block content %} {% if versions %}
{% for version in versions %} {% include 'web/_version_line.html' with without_user=modifications_without_user %} {% endfor %} {% include 'web/_pagination.html' %}
{% endif %} {% endblock %}