{% extends "manage/base.html" %} {% load i18n breadcrumbs generic_delete content_delete %} {% block extrahead %} {{ block.super }} {% if style %} {% endif %} {% endblock %} {% block breadcrumbs %} {% breadcrumbs "Staging:../../" "Log:../" changeset:. %} {% endblock %} {% block content %}

{% trans "History of changes" %}: {{ changeset }}

{{ log.head }}



{{ diff|safe }} {% endblock %}