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

{{ subtitle }}

{% for f in credentials.all %} {% endfor %}
{{ f.type }} {{ f.description }} {{ f.created_on }} {% trans 'Request' %}
{% endblock %}