{% extends "base.html" %} {% load urls_extra %} {% block titre %}{{ nom }}-{{ auteur }}{% endblock %} {% block content %}

{{ p.nom }} - {{ p.auteur }}

{% if suppression %}

{{ suppression }}

{% endif %} {% for p in part %} {% if user.is_authenticated and ".pdf" 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 %}Télécharger{% endif %}

{% if user.profile.is_chef %}

Supprimer

{% endif %} {% empty %}

Pas de partitions pour le moment

{% endfor %}

Ajouter un média

{% endblock %}