{% extends "django_backend/object_form.html" %} {% load i18n floppyforms django_backend_tags %} {% block read_update_button %} {# Select base_object and if that doesn't exist, then use object. With that we can handle both, revisioned content and normal content items. #} {% with object=base_object|default:origin|default:object %}