{% extends "base.html" %} {% block content %}

Cron schedule

Status: {% if cron_state.installed %} installed{{ cron_state.schedule }}
Command: {{ cron_state.command }} {% else %} not installed {% endif %}

This writes directly to your real user crontab. It only ever touches the single # docs-hub-scan job it manages — your other cron jobs are left untouched.

{% endblock %}