add proof in document

This commit is contained in:
Cayo Puigdefabregas 2023-03-15 16:40:29 +01:00
parent 174928872f
commit e559ea30da
1 changed files with 10 additions and 0 deletions

View File

@ -344,6 +344,16 @@
</ol>
</dd>
{% endif %}
{% if erasure.device.proofs %}
<dt>DLT Proofs:</dt>
<dd>
<ol>
{% for proof in erasure.device.proofs %}
<li>{{ proof.type }}: {{ proof.timestamp }}</li>
{% endfor %}
</ol>
</dd>
{% endif %}
</dl>
</div>
{% endfor %}