{% extends 'admin/change_form.html' %} {% load i18n %} {% load humanize %} {% block submit_buttons_bottom %} {% with commit=original git_commit=original.commit %}
{% autoescape on %} {{ commit.files | linebreaksbr}} {% endautoescape %}
{% autoescape on %} {{ commit.stat | linebreaksbr }} {% endautoescape %}
{% autoescape on %} {{ commit.details | linebreaksbr }} {% endautoescape %}

{{ block.super }} {% endwith %} {% endblock %}