dc43 app
Contracts
Datasets
Data products
Integration helper
{% set docs_status = request.state.docs_chat_status | default(None) %} {% set docs_title = "Open the dc43 documentation assistant" %} {% if docs_status and not docs_status.ready and docs_status.message %} {% set docs_title = docs_status.message %} {% elif docs_status and docs_status.ready %} {% set docs_title = "Chat with the dc43 documentation assistant" %} {% endif %}
Docs chat
{% set needs_setup = request.state.setup_required | default(False) %}
{% if needs_setup %} Setup required {% else %} Setup {% endif %}
{% block content %}{% endblock %}
{% block page_scripts %}{% endblock %}