diff --git a/device/templates/details.html b/device/templates/details.html index 0670988..af877fd 100644 --- a/device/templates/details.html +++ b/device/templates/details.html @@ -235,14 +235,15 @@
{% trans 'List of dpps' %}
-
+
{% for d in dpps %}
{{ d.timestamp }} + {{ d.type }}

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

{% endfor %}