{% extends "base.html" %} {% block content %}
{{ 'Your manuscript and ebook files are ready.' if active_run.status == 'completed' else 'Files generated during this run (may be partial).' }}
{{ blurb_content }}
No books generated yet.
Click the Generate New Book button to start writing.
| ID | Date | Status | Cost | Action |
|---|---|---|---|---|
| #{{ r.id }} | {{ r.start_time.strftime('%Y-%m-%d %H:%M') }} | {{ r.status }} | ${{ "%.4f"|format(r.cost) }} | {{ 'View Active' if active_run and r.id == active_run.id else 'View' }} {% if r.status in ['failed', 'cancelled', 'interrupted'] %} {% endif %} {% if r.status not in ['running', 'queued'] %} {% endif %} |
| No runs found. | ||||