{% extends "cmsplugin_diff/base.html" %} {% load i18n humanize %} {% block content_title %}

{{ title }}

{% endblock %} {% block content %} {% for editing in object_list %}
{% with next=editing.next previous=editing.previous %}

{% if previous.pk %}«{% else %}|{% endif %} {{ editing }} {% if next.pk %}»{% else %}|{% endif %}

{% endwith %} {% include "cmsplugin_diff/editing_item.html" %} {% endfor %} {% endblock %}