{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
Status: {{ "Running" if scheduler_status.running else "Stopped" }} {% if scheduler_status.rss_fetch %} · Next fetch: {{ scheduler_status.rss_fetch.next_run }} · Interval: {{ scheduler_status.rss_fetch.interval_hours }}h {% endif %}
{% if latest_issue %}{{ latest_issue.week_start }} – {{ latest_issue.week_end }} · Download ePub
{% endif %} {% endblock %}