{% extends "base.html" %} {% block title %}{{ t('Media Manager') }}{% endblock %} {% block content %}
{{ files | length }} {{ t('files uploaded') }}
{{ t('No files found') }}
{{ t('Uploaded files will appear here.') }}