pinecrypt-gateway-frontend/templates/views/attributes.html

4 lines
140 B
HTML
Raw Normal View History

2021-05-27 10:15:46 +00:00
{% for key, value in certificate.attributes %}
<span class="badge badge-info" title="{{ key }}={{ value }}">{{ value }}</span>
{% endfor %}