{% extends "layout.html" %} {% from "loading.html" import loading_block_ui %} {% block head %} {% endblock %} {% block content %}

List Credential

Set the DB UUID and your Contract Number you want to use.

DB uuid
Contract Number
{{ loading_block_ui(loading_message) }}
{% if db_uuid or enterprise_code %}

Current DB uuid: {{ db_uuid }}

Current Contract Number: {{ enterprise_code }}

You can clear the credential configuration
{% endif %} {% endblock %}