getDonationsList(true); $min = $myCrowdfunding->getMinDonation(); $max = $myCrowdfunding->getMaxDonation(); if (empty($donationsList)) { echo _('Pas encore de donateurs'); } else { echo ''; }