{% extends "admin/background_pages/base.html" %} {% load static bulb_static admin_extras compress %} {% block title %}Gestion{% endblock title %} {% block head %} {% if DEBUG %} {% compress css %} {% endcompress %} {% elif not DEBUG %} {% endif %} {% endblock head %} {% block administration_part_name %} keyboard_arrow_right Gestion 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 %}