{% extends "admin/change_form.html" %} {% block object-tools-items %} {{ block.super }} {% if settings.ADOBE_CREATIVE_SDK_ENABLED and original.is_image %}
  • {% endif %} {% endblock %} {% block sidebar %} {% if original.is_image %} {% endif %} {{ block.super }} {% endblock %} {% block extrajs %} {% if settings.ADOBE_CREATIVE_SDK_ENABLED and original.is_image %} {% endif %} {% if is_popup %} {% endif %} {% endblock %}