{{p.nom}} - {{p.auteur}} [{% autotranslate current_language p.category.name p.category.nom_en %}] :
{% if suppression %}{{ suppression }}
{% endif %}{{ p.nom }} |
{% if user.is_authenticated %}
{% trans "Télécharger" %} | {% endif %} {% if user.profile.is_chef %}{% trans "Supprimer" %} | {% endif %} {% endif %} {% endfor %} {% for p in part %} {% if user.is_authenticated and not ".mscz" in p.part.url %}||
{{ p.nom }} | {% elif user.is_authenticated and ".mp3" in p.part.url %}{{ p.nom }} | {% else %}{{ p.nom }} |
{% endif %}
{% if user.is_authenticated %}
{% trans "Télécharger" %} | {% endif %} {% if user.profile.is_chef %}{% trans "Supprimer" %} | {% endif %}
{% trans "Ajouter un média" %}
{% if infos or infos_en %}{% trans "Infos utiles :" %}
{% autotranslate current_language infos infos_en %}
{% endif %}
{% endif %}
{% if user.profile.is_chef %}
{% else %}
{% if infos or infos_en %}
{% trans "Infos utiles :" %}
{% autotranslate current_language infos infos_en %}
{% endif %}
{% endif %}
{% if p.url %}
{% endif %}