{% extends "admin/background_pages/base.html" %}
{% load bulb_static static compress %}
{% block title %}Handling : {{ node_class_name }}{% endblock title %}
{% block head %}
{% if DEBUG %}
{% compress css %}
{% endcompress %}
{% elif not DEBUG %}
{% if BULB_BUNDLED_FILES_VERSION != None %}
{% with url='handling/bundle_node_class_home&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 }} ({{ number_of_instances }})
{% endblock administration_part_name %}
{% block content %}
{% csrf_token %}
add
UUID | {% for field_number, field_name in preview_fields_dict.items %}{{ field_name }} | {% endfor %}
---|---|
{{ instance.uuid }} | {% for key, value in instance.items %} {% if key != "uuid" %}{{ value|truncatechars:40 }} | {% endif %} {% endfor %}
No more instances.