{% extends "admin/background_pages/base.html" %}
{% load static bulb_static admin_extras compress %}
{% block title %}Handling{% endblock title %}
{% block head %}
{% if DEBUG %}
{% if not BULB_REQUIRES_INITIAL_PATHS %}
{% compress css %}
{% endcompress %}
{% else %}
{% endif %}
{% elif not DEBUG %}
{% if BULB_BUNDLED_FILES_VERSION != None %}
{% with url='handling/bundle_node_handling&V='|add:BULB_BUNDLED_FILES_VERSION|add:'.css' %}
{% endwith %}
{% else %}
{% endif %}
{% endif %}
{% endblock head %}
{% block administration_part_name %}
keyboard_arrow_right
Handling
keyboard_arrow_right
{{ node_model_name }}
{% if node_uuid != "None" %}
keyboard_arrow_right
{{ node_uuid }}
{% endif %}
{% endblock administration_part_name %}
{% block content %}
{% if DEBUG %}
{% for field_name, field_properties in admin_fields_dict.items %}
{% if field_properties.type == "html" %}
{% if field_properties.ckeditor %}
{{ "" }}
{% elif not DEBUG %}
{% for field_name, field_properties in admin_fields_dict.items %}
{% if field_properties.type == "html" %}
{% if field_properties.ckeditor %}
{{ "" }}
{% endif %}