diff --git a/ereuse_devicehub/templates/inventory/unbinding.html b/ereuse_devicehub/templates/inventory/unbinding.html
index c041bfea..1b397d28 100644
--- a/ereuse_devicehub/templates/inventory/unbinding.html
+++ b/ereuse_devicehub/templates/inventory/unbinding.html
@@ -34,72 +34,72 @@
Manufacturer: |
{{ placeholder.binding.manufacturer or '' }} |
- {{ placeholder.device.manufacturer or '' }} |
+ {{ placeholder.device.manufacturer or '' }} |
Model: |
{{ placeholder.binding.model or '' }} |
- {{ placeholder.device.model or '' }} |
+ {{ placeholder.device.model or '' }} |
Serial Number: |
{{ placeholder.binding.serial_number or '' }} |
- {{ placeholder.device.serial_number or '' }} |
+ {{ placeholder.device.serial_number or '' }} |
Brand: |
{{ placeholder.binding.brand or '' }} |
- {{ placeholder.device.brand or '' }} |
+ {{ placeholder.device.brand or '' }} |
Sku: |
{{ placeholder.binding.sku or '' }} |
- {{ placeholder.device.sku or '' }} |
+ {{ placeholder.device.sku or '' }} |
Generation: |
{{ placeholder.binding.generation or '' }} |
- {{ placeholder.device.generation or '' }} |
+ {{ placeholder.device.generation or '' }} |
Version: |
{{ placeholder.binding.version or '' }} |
- {{ placeholder.device.version or '' }} |
+ {{ placeholder.device.version or '' }} |
Weight: |
{{ placeholder.binding.weight or '' }} |
- {{ placeholder.device.weight or '' }} |
+ {{ placeholder.device.weight or '' }} |
Width: |
{{ placeholder.binding.width or '' }} |
- {{ placeholder.device.width or '' }} |
+ {{ placeholder.device.width or '' }} |
Height: |
{{ placeholder.binding.height or '' }} |
- {{ placeholder.device.height or '' }} |
+ {{ placeholder.device.height or '' }} |
Depth: |
{{ placeholder.binding.depth or '' }} |
- {{ placeholder.device.depth or '' }} |
+ {{ placeholder.device.depth or '' }} |
Color: |
{{ placeholder.binding.color or '' }} |
- {{ placeholder.device.color or '' }} |
+ {{ placeholder.device.color or '' }} |
Production date: |
{{ placeholder.binding.production_date or '' }} |
- {{ placeholder.device.production_date or '' }} |
+ {{ placeholder.device.production_date or '' }} |
Variant: |
{{ placeholder.binding.variant or '' }} |
- {{ placeholder.device.variant or '' }} |
+ {{ placeholder.device.variant or '' }} |
@@ -119,7 +119,7 @@
|
-
+ |
{{ placeholder.components or ''}}
|
@@ -131,6 +131,9 @@
{% if placeholder.device.manual_actions or placeholder.binding.manual_actions %}
Actions
+
+ The actions will become real device and will no longer be in the abstract
+
@@ -157,6 +160,9 @@
{% if placeholder.device.tags %}
Tags
+
+ The tags will become real device and will no longer be in the abstract
+