{% load i18n %} {% for audio in audios %} {% endfor %}
{% if not is_searching %} {% trans "Title" %} {% else %} {% trans "Title" %} {% endif %} {% trans "File" %} {% trans "Type" %} {% if not is_searching %} {% trans "Uploaded" %} {% else %} {% trans "Uploaded" %} {% endif %}
{% if choosing %}

{{ audio.title }}

{% else %}

{{ audio.title }}

{% endif %}
{% if choosing %} {{ audio.filename }} {% else %} {{ audio.filename }} {% endif %} {{ audio.type }}
{{ audio.created|timesince }} ago