{% extends "base.html" %} {% from "_macros.html" import empty %} {% block title %}Collections — Video to LLM{% endblock %} {% block content %}
Videos you have already processed, put in an order you choose.
{{ collection.sources|length }} video{{ '' if collection.sources|length == 1 else 's' }} · {{ status.format_duration(collection.total_duration_seconds) }}
{% endfor %}