{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Trust Engine - Gvelo Enterprise Platform{% endblock %} {% block body_class %}operational-page ops-page{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Trust Engine

Backup, deployment, uptime, sync, offline reliability, and operational health indicators.
System Trust {{ snapshot.trust_score }}%
{% for item in snapshot.indicators %}
{{ item.status|replace('_',' ')|title }}

{{ item.indicator_key|replace('_',' ')|title }}

{{ item.message }}

{{ item.score }}%
{% else %}
No trust indicators yet.
{% endfor %}
{% endblock %}