{% extends "base.html" %} {% block title %}Dashboard — alembic{% endblock %} {% block content %} {% if setup_warnings %}
Full checklist on the setup page.
Distilling Spotify playlists into a tuned, tagged library.
No format data yet.
{% endif %}| Artist | Title | Playlist | Format |
|---|---|---|---|
| {{ t.artist }} | {{ t.title }} | {{ t.grouping }} | {{ t.format }} |
| Nothing downloaded in the last 24 hours. | |||
| Job | Status | Triggered by | Summary |
|---|---|---|---|
| {{ humanize_job_key(run.job_key) }} | {{ run.status }} | {{ run.triggered_by }} | {{ run.summary or "—" }} |
| No job runs yet. | |||