{% extends "admin/cms/page/tree/base.html" %} {% load i18n static admin_urls cms_static unfold_extra_tags %} {% block bodyclass %}{{ block.super }}{% unfold_cms_header_add_button as header_add %}{% if header_add %} unfold-header-add{% endif %}{% endblock %} {% block extrahead %} {# {{ block.super }} #NOTE: avoid super call to prevent loading of original css and js#} {% endblock extrahead %} {% block object-tools-items %} {% unfold_cms_header_add_button as header_add %} {% if header_add and has_add_permission %}
add
{% endif %} {% endblock %} {% block breadcrumbs %} {% if not is_popup %}
{% endif %} {% endblock %}