{% extends "cmsplugin_diff/base.html" %} {% load i18n humanize %} {% block content_title %} {% with next=object.next previous=object.previous %}

{% if previous.pk %}«{% else %}|{% endif %} {{ title }} {% if object.published_in %} {% endif %} {% if next.pk %}»{% else %}|{% endif %}

{% endwith %} {% endblock %} {% block content %} {% with editing=object %} {% include "cmsplugin_diff/editing_item.html" %} {% endwith %} {% endblock %}