{% load i18n %}
{% if audio_title %}

{{ audio_title }}

{% endif %} {% if audio_description %}

{{ audio_description }}

{% endif %} {% if audio_file %}
{% if audio_file.title %}

{% trans "File" %}: {{ audio_file.title }}

{% endif %} {% else %}
{% trans "No audio file specified. Please upload an audio file." %}
{% endif %}