{% extends "base.html" %} {% block title %}Playlists — alembic{% endblock %} {% block content %}
{% for p in playlists %} {% else %} {% endfor %}
NameActiveSync timeNo M3U
{{ p.name }} {% if p.active %}active{% else %}paused{% endif %} {{ sync_times.get(p.id) or "unscheduled" }} {{ "yes" if p.no_m3u else "no" }}

No playlists yet — add your first one below.

Add a playlist

Leave blank for unscheduled/manual-only.
{% endblock %}