{% load i18n %} {% for file in instance.get_files %} {% with file.extension as ext %} {% endwith %} {% empty %}

{% trans "No matching audio files were found in the specified folder." %}

{% endfor %} {% comment %} # https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio # https://github.com/divio/django-filer/blob/master/filer/models/foldermodels.py {{ instance.audio_folder }} # Available variables: {{ instance.attributes_str }} {% endcomment %}