GodLock
{{ motto }}
{{ banner }}
{{ counter }}Tests
{{ resilience_score }}Score
{{ error }}
{% endif %} {% if doctor %}{{ doctor.verdict }} {% if doctor.ok %}All checks good.{% else %}Something is wrong.{% endif %}
-
{% for c in doctor.checks %}
- {{ c.verdict }} — {{ c.label }} {% endfor %}
{% if import_result.mode == 'texts' %}
{% endif %}
{% if result %}
Saved {{ import_result.submitted }} test{% if import_result.submitted != 1 %}s{% endif %} from the file.
{% else %}Checked the file. {{ import_result.loaded }} PASS (kept), {{ import_result.skipped }} already here, {{ import_result.failed|length }} FAIL.
{% if import_result.failed %}-
{% for f in import_result.failed %}
- FAIL {{ f.id or '' }} — {{ f.error }} {% endfor %}
Saved.
{{ result.receipt.id }}
{% if result.jeeves_analysis and result.jeeves_analysis.suggested_hardening %}Tip: {{ result.jeeves_analysis.suggested_hardening }}
{% endif %}Recent tests
-
{% for rid in recent_ids %}
- {{ rid }} {% else %}
- none yet {% endfor %}