certidude/certidude/static/views/attributes.html

4 lines
168 B
HTML

{% for key, value in certificate.attributes %}
<span class="attribute icon {{ key | replace('.', ' ') }}" title="{{ key }}={{ value }}">{{ value }}</span>
{% endfor %}