{% extends 'base.html' %} {% block content %}
{% csrf_token %} {% if version.more_recent_versions %}

Are you sure?

Reverting to this version will undo the following changes that have been made to this section or any child sections:

{% for v in version.more_recent_versions %} {% endfor %}
Section Saved At User Activity
{{v.section.label}} {{v.saved_at}} {{v.user}} {{v.activity}}
{% else %}

Are you sure?

{% endif %} {% if version.section.get_children_count %}
This section has child sections. Please be aware that reverting this section to a previous version will clear all the history on those child sections. This is a limitation of the current versioning system, unfortunately.
{% endif %} Cancel
{% endblock %}