{% extends "base.html" %} {% block title %}kvault — Dashboard{% endblock %} {% block content %}

Knowledge Base

{{ info.entity_count }} entities

Health
{% if health.valid %}

All checks pass.

{% else %}

{{ health.issue_count }} issue{{ 's' if health.issue_count != 1 else '' }} found ({{ health.summary.warnings }} warning{{ 's' if health.summary.warnings != 1 else '' }}, {{ health.summary.info }} info).

{% endif %}
Categories
Tree
{{ info.hierarchy }}
{% endblock %}