{% extends "admin/change_form.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content_title %}

Revisions for: {{ story.headline }} : {{ story.publish_date }}

{% endblock %} {% block footerscripts %} {% endblock %} {% block cols %} 13 {% endblock %} {% block content %}
{% block object-tools %} {% if not is_popup %} {% endif %} {% endblock %}
{% for change in changesets %}
{% if forloop.first %} Latest Revision {% else %} Revision {{ change.revision }} {% endif %}
{% if not forloop.first %} revert to these changes {% endif %}
{{ change.display_diff|safe }}
{% endfor %}
{% endblock %}