{% extends 'content_blocks/editor/base.html' %} {% load admin_urls %} {% load i18n %} {% load content_block_admin %} {% block title %}Change Content Blocks for {{ parent }}{% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block messages %}{% endblock %} {% block object_tools %} {% if parent.preview_url %} {% endif %} {% endblock %} {% block content_title %}

Change Content Blocks for {{ parent }}

{% endblock %} {% block main %} {% include 'content_blocks/partials/loader.html' with loader_id='root' %}
{% if import_content_blocks_form.get_master_queryset %}
{% for field in import_content_blocks_form %} {{ field }} {% endfor %}

-or-

{% endif %}

Start adding new blocks below

{% include 'content_blocks/editor/content_block_forms.html' %}
{% for field in new_content_block_form %} {{ field }} {% endfor %}
{{ status_message|safe }}
{% for field in discard_form %} {{ field }} {% endfor %}
{% for field in publish_form %} {{ field }} {% endfor %}
{% include 'content_blocks/partials/popup.html' %} {% include 'content_blocks/partials/delete_popup.html' %} {% include 'content_blocks/partials/reset_popup.html' %} {% endblock %}