{% extends "base.html" %} {% block title %}{% if series_name %}{{ series_name }}{% else %}Series{% endif %} — yt-archiver{% endblock %} {% block content %} {% if series_name %}
| Part | Title | Duration | Date | |
|---|---|---|---|---|
| {{ v.series_part }} | {{ v.title }} | {{ v.duration|duration }} | {{ v.upload_date or '—' }} | Watch ↗ |
No multi-part series detected yet. Series are auto-detected from titles containing "Part N".
{% else %}| Series | Parts | First Upload |
|---|---|---|
| {{ s.series_name }} | {% if s.first_part == s.last_part %} {{ s.part_count }} {% else %} {{ s.part_count }} (pt {{ s.first_part }}–{{ s.last_part }}) {% endif %} | {{ s.first_date or '—' }} |