{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}

Dashboard

{{ articles_this_week }} Articles This Week
{{ total_articles }} Total Cached
{{ total_issues }} Issues Published

Scheduler

Status: {{ "Enabled" if scheduler_status.running else "Disabled" }} {% if scheduler_status.rss_fetch %} · Next fetch: {{ scheduler_status.rss_fetch.next_run }} · Interval: {{ scheduler_status.rss_fetch.interval_hours }}h {% endif %}

View Publish New
{% if latest_issue %}

Latest Issue

{{ latest_issue.week_start }} – {{ latest_issue.week_end }} · Download ePub

{% endif %} {% endblock %}