{% extends "base.html" %}
{% block title %}Home · Crawl Control Center{% endblock %}
{% block content %}
Now
{% if scheduler_quiet %}
⚠ No run has started in the last {{ quiet_hours }}h
{% if last_run_started %}(last: {{ last_run_started }}){% else %}(no runs ever recorded){% endif %}
— the reconciler may be suspended or nothing is scheduled.