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

{{ subtitle }}

{% for schema in schemas.all %} {% endfor %}
{{ schema.created_at }} {{ schema.file_schema }} {{ schema.name }} {{ schema.description }} {% trans 'View' %}
{% for schema in schemas.all %} {% endfor %} {% endblock %}