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

System Trust

{{ snapshot.welcome }}

Trust Message

{{ snapshot.trust_message }}

{% for item in snapshot.indicators %}
{{ item.name }} {{ item.value }} {{ item.status|replace('_',' ')|title }}
{% endfor %}
{% endblock %}