{% extends "base_template.html" %} {% from "courses/admin/_form.html" import flashes with context %} {% block title %}{{ _('Version of %(moment)s', moment=revision.created_at | course_datetime) }}{% endblock %} {% block content %}
{{ page.name }} · {{ course.name }} {% if revision.author_email %} · {{ revision.author_email }}{% endif %}
{{ _('The body is identical. Only the title changed.') }}
{% endif %}