{% extends "pobsync_backend/base.html" %} {% block title %}Self Check | pobsync{% endblock %} {% block content %}

Self Check

Back to dashboard
OK
{{ summary.ok }}
Warnings
{{ summary.warning }}
Failed
{{ summary.failed }}
Skipped
{{ summary.skipped }}

Checks

{% for check in checks %} {% endfor %}
Status Check Message Detail
{{ check.status }} {{ check.name }} {{ check.message }} {{ check.detail }}
{% endblock %}