{% extends "idhub/base.html" %} {% load i18n %} {% block content %}

{{ subtitle }}

{% for f in credentials.all %} {% endfor %}
{{ f.get_type }} {{ f.description }} {{ f.get_issued_on }} {{ f.get_status }}
{% endblock %}