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

4 lines
140 B
HTML

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