add proof in document
This commit is contained in:
parent
174928872f
commit
e559ea30da
|
@ -344,6 +344,16 @@
|
||||||
</ol>
|
</ol>
|
||||||
</dd>
|
</dd>
|
||||||
{% endif %}
|
{% 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>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Reference in New Issue