{% extends "admin/feincms/item_editor.html" %} {% load i18n reversion_admin %} {% block extrahead %}{{block.super|fix_jsi18n}}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% with 1 as is_popup %} {{block.super}} {% endwith %} {% endblock %} {% block form_top %}

{% blocktrans %}Press the save button below to revert to this version of the object.{% endblocktrans %}

{% endblock %}