{{ component('dashboard/KpiCard', {title: 'Espèces', value: statsSpecies.currentSpeciesCount|number_format('0', '', ' '), colorClass: 'text-green-600', previousValue: statsSpecies.lastYearCurrentSpeciesCount|number_format('0', '', ' ')}) }} {{ component('dashboard/KpiCard', {title: 'Individus', value: statsFellowThisYear.aliveCount|number_format('0', '', ' '), colorClass: 'text-green-600', previousValue: statsFellowThisYear.aliveLastYearCount|number_format('0', '', ' ')}) }} {{ component('dashboard/KpiCard', {title: 'Naissances', value: statsFellowThisYear.bornCount|number_format('0', '', ' '), colorClass: 'text-blue-600', previousValue: statsFellowLastYear.bornCount|number_format('0', '', ' ')}) }} {{ component('dashboard/KpiCard', {title: 'Décès', value: statsFellowThisYear.deadCount|number_format('0', '', ' '), colorClass: 'text-red-600', previousValue: statsFellowLastYear.deadCount|number_format('0', '', ' ')}) }} {{ component('dashboard/KpiCard', {title: 'Arrivées/Départs', value: statsFellowThisYear.arrivedCount ~ "/" ~ statsFellowThisYear.transferredCount, colorClass: 'text-yellow-600', previousValue: statsFellowLastYear.arrivedCount ~ "/" ~ statsFellowLastYear.transferredCount}) }}