{% extends "base.html" %} {% set active_nav = "topics" %} {% block title %}{{ channel }} - Distill{% endblock %} {% block content %}
{{ video_count }} videos{% if ch_info %} · YouTube{% endif %}
| # | Title | Date | Duration | Status |
|---|---|---|---|---|
| {{ loop.index }} | {{ v.get('title', 'Unknown') }} | {{ v.get('upload_date', '')|format_date }} | {{ v.get('duration', 0)|duration }} | {% if v._has_insights %} complete {% elif v._has_transcript %} transcript {% else %} missing {% endif %} |