{% extends "file_detail.html" %} {% load render_table from django_tables2 %} {% load static %} {% load django_bootstrap5 %} {% load humanize %} {% block title %}File albums{% endblock title %} {% block file_detail %}

{{ file.filetype|capfirst }} {{ file.title }} Albums

{% include "includes/album_filters.html" %}
{% include "includes/album_toolbar.html" %} {% if filter.qs.count %} {% render_table table %} {% else %}

No albums found

{% endif %}
{% endblock file_detail %}