pinecrypt-gateway-frontend/templates/views/attributes.html
2021-05-27 13:15:46 +03:00

4 lines
140 B
HTML

{% for key, value in certificate.attributes %}
<span class="badge badge-info" title="{{ key }}={{ value }}">{{ value }}</span>
{% endfor %}