diff --git a/ereuse_devicehub/templates/inventory/erasure.html b/ereuse_devicehub/templates/inventory/erasure.html index 06ad6943..bf4c131c 100644 --- a/ereuse_devicehub/templates/inventory/erasure.html +++ b/ereuse_devicehub/templates/inventory/erasure.html @@ -344,6 +344,16 @@ {% endif %} + {% if erasure.device.proofs %} +
DLT Proofs:
+
+
    + {% for proof in erasure.device.proofs %} +
  1. {{ proof.type }}: {{ proof.timestamp }}
  2. + {% endfor %} +
+
+ {% endif %} {% endfor %}