{% extends "base.html" %} {% block title %}{{ library_title }}{% endblock %} {% block meta_description %}Browse {{ library_title|lower }} from Radiuma.{% endblock %} {% block content %} Video library {{ library_title }} {{ library_description }} ← {{ library_back_label }} {{ paginator.count }} video{{ paginator.count|pluralize }} {% if paginator.num_pages > 1 %}Page {{ page_obj.number }} of {{ paginator.num_pages }}{% endif %} {% for video in videos %} {% include "partials/_video_block.html" with video=video compact_header=True %} {% empty %} No videos availableNew videos will appear here when they are published. {% endfor %} {% if page_obj.has_other_pages %} ← Previous {% for page_number in pagination_range %} {% if page_number == "…" %} … {% elif page_number == page_obj.number %} {{ page_number }} {% else %} {{ page_number }} {% endif %} {% endfor %} Next → {% endif %} {% endblock %}
{{ library_description }}
{{ paginator.count }} video{{ paginator.count|pluralize }}
New videos will appear here when they are published.