{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
Config
Sort by Process Date
Sort by Upload Date
{% for video in videos %}
{{ video.title }}
{{ video.channel }} | {{ video.upload_date.strftime('%Y-%m-%d') if video.upload_date else 'N/A' }}
{% endfor %}
Transcript
Summary
Chat
Notes
Save Notes
Send
Edit Configuration
Save Configuration