• {% if not user.is_authenticated %} {{ part.nom }} - {{ part.auteur }} {% endif %} {% if user.is_authenticated %} {{ part.nom }} - {{ part.auteur }} {% endif %} {% if user.profile.is_chef %} Supprimer {% endif %}