diff --git a/device/templates/details.html b/device/templates/details.html index 86ea5a1..8f640cd 100644 --- a/device/templates/details.html +++ b/device/templates/details.html @@ -242,14 +242,15 @@
{% trans 'List of dpps' %}
-
+
{% for d in dpps %}
{{ d.timestamp }} + {{ d.type }}

- {{ d.signature }} + {{ d.signature }}

{% endfor %}