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

{{ subtitle }}

{% for f in credentials.all %} {% endfor %}
{{ f.type }} {{ f.description }} {{ f.issue_on }} {{ f.get_status }} {{ f.user.email }} {% trans 'View' %}
{% endblock %}