diff --git a/ereuse_devicehub/templates/inventory/binding.html b/ereuse_devicehub/templates/inventory/binding.html
index 5d4b0ecb..e7410bb6 100644
--- a/ereuse_devicehub/templates/inventory/binding.html
+++ b/ereuse_devicehub/templates/inventory/binding.html
@@ -20,6 +20,17 @@
{{ title }}
Please check that the information is correct.
+
This is a binding between:
+
+ {% if new_placeholder.is_abstract %}
+ - 1. Device abstract with DHID:{{ new_placeholder.device.devicehub_id }} and PHID: {{ new_placeholder.phid }}
+ - 2. Device real with DHID: {{ old_placeholder.device.devicehub_id }} and PHID:{{ old_placeholder.phid }}
+ {% else %}
+ - 1. Device abstract with DHID:{{ old_placeholder.device.devicehub_id }} and PHID: {{ old_placeholder.phid }}
+ - 2. Device real with DHID: {{ new_placeholder.device.devicehub_id }} and PHID:{{ new_placeholder.phid }}
+ {% endif %}
+
+