{% extends "base.html" %}
{% block content %}
Service status
- State
-
{% if status.disabled %}Stopped
{% elif status.running %}Running
{% else %}Idle
{% endif %}
- PID
- {{ status.pid or "—" }}
- Port
- 127.0.0.1:8765 (pinned)
Schedules
- Price refresh — every 4 hours
- Wash-sale watch — daily 04:00 + on every import
Recent runs
{% endblock %}