{% extends "base.html" %} {% from "macros.html" import icon, btn, badge, media_card %} {% block title %}{{ t('Media Manager') }}{% endblock %} {% block content %}
{% if folder_view %} {{ total }} {{ t('files') }} · {{ media_folder_label or media_folder or t('Uncategorized') }} {% else %} {{ files | length }} {{ t('files uploaded') }} {% endif %}
{{ t('No files found') }}
{{ t('No files found') }}
{{ t('Uploaded files will appear here.') }}