Nom de la ration : {{ ration.nom }}
Plan de rationnement : {{ ration.planRationnement.nom }}
Date : {{ "now"|date("d/m/Y") }}
Aliments | Quantité | MB | Volonté |
---|---|---|---|
{{ rationAliment.aliment.libelle0 }} - {{ rationAliment.aliment.libelle1 }} | {{ rationAliment.quantite|round(3) }} kg | {% if rationAliment.isMB %}Oui{% else %}Non{% endif %} | {% if rationAliment.isVolonte %}Oui{% else %}Non{% endif %} |
Mélanges | Quantité | MB | Volonté |
{{ rationMelange.melange }} | {{ rationMelange.quantite|round(3) }} kg | {% if rationMelange.isMB %}Oui{% else %}Non{% endif %} | {% if rationMelange.isVolonte %}Oui{% else %}Non{% endif %} |
Paramètre | Valeur |
---|---|
UFL | {{ apportUFL.valeur|round(2) }} |
Besoin UFL | {{ besoinUFL.valeur|round(2) }} |
PDIE | {{ apportPDIE.valeur|round }} |
Besoin PDI | {{ besoinPDI.valeur|round }} |
PDIN | {{ apportPDIN.valeur|round }} |
PDIN min | {{ PDINmin.valeur|round }} |
PDIN max | {{ PDINmax.valeur|round }} |
PDIN - PDIE / UFL | {{ apportRmic.valeur|round }} |
Coût par animal | {{ coutParAnimal.valeur|round(2) }} € / jour |
Coût total | {{ coutParEffectifTotal.valeur|round(2) }} € / jour |
Aliment | UFL | PDIE | PDIN | dMO |
---|---|---|---|---|
{{ rationAliment.aliment.libelle0 }} - {{ rationAliment.aliment.libelle1 }} | {{ rationAliment.aliment.UFL2007|round(2) }} /kg MS | {{ rationAliment.aliment.PDIE2007|round }} g/kg MS | {{ rationAliment.aliment.PDIN2007|round }} g/kg MS | {{ rationAliment.aliment.dMO2007|round }} % |
{{ rationMelange.melange }} | {% if UFL2007Moyen is defined %}{{ UFL2007Moyen|round(2) }}{% endif %} /kg MS | {% if PDIE2007Moyen is defined %}{{ PDIE2007Moyen|round(2) }}{% endif %} g/kg MS | {% if PDIN2007Moyen is defined %}{{ PDIN2007Moyen|round(2) }}{% endif %} g/kg MS | {% if dMO2007Moyen is defined %}{{ dMO2007Moyen|round(2) }}{% endif %} % |
Apport UFL : {{ apportUFL.valeur|round(apportUFL.precisionUFL) }}
Besoin UFL : {{ besoinUFL.valeur|round(apportUFL.precisionUFL) }}
Apport UFL/kgMS : {{ apportUFLParKgMS.valeur|round(1) }} g/j
Lait permis par les UFL : {{ laitPermisParUFL.valeur|round(2) }} kg/j
Apport PDIE : {{ apportPDIE.valeur|round }} g/j
Besoin PDI : {{ besoinPDI.valeur|round }} g/j
Apport en PDIN : {{ apportPDIN.valeur|round(2) }} g/j
Lait permis par les PDIE : {{ laitPermisParPDIE.valeur|round(2) }} kg/j
Lait permis par les PDIN : {{ laitPermisParPDIN.valeur|round }} kg/j
Apport en CB /kg MS : {{ pourcentageApportCBParKgMS.valeur|round }} %
Apport en Amidon /kg MS : {{ pourcentageApportAmidonParKgMS.valeur|round }} %
Apport en ADF /kg MS : {{ pourcentageApportADFParKgMS.valeur|round }} %
Apport en NDF /kg MS : {{ pourcentageApportNDFParKgMS.valeur|round }} %
Minéral | Apport | Besoin |
---|---|---|
Calcium abs | {{ apportCaabs.valeur|round }} g/j | {{ besoinCaabs.valeur|round }} g/j |
Phosphore abs | {{ apportPabs.valeur|round }} g/j | {{ besoinPabs.valeur|round }} g/j |
Magnésium abs | {{ apportMgabs.valeur|round }} g/j | {{ besoinMgabs.valeur|round }} g/j |
Sodium | {{ apportNa.valeur|round }} g/j | {{ besoinNa.valeur|round }} g/j |
Chlore | {{ apportCl.valeur|round }} g/j | {{ besoinCl.valeur|round }} g/j |
Potassium | {{ apportK.valeur|round }} g/j | {{ besoinK.valeur|round }} g/j |
Soufre | {{ apportS.valeur|round }} g/j | {{ besoinS.valeur|round }} g/j |
Cobalt | {{ apportCo.valeur|round }} mg/j | {{ besoinCo.valeur|round }} mg/j |
Selenium | {{ apportSe.valeur|round }} mg/j | {{ besoinSe.valeur|round }} mg/j |
Zinc | {{ apportZn.valeur|round }} mg/j | {{ besoinZn.valeur|round }} mg/j |
Manganèse | {{ apportMn.valeur|round }} mg/j | {{ besoinMn.valeur|round }} mg/j |
Cuivre | {{ apportCu.valeur|round }} mg/j | {{ besoinCu.valeur|round }} mg/j |
Iode | {{ apportI.valeur|round }} mg/j | {{ besoinI.valeur|round }} mg/j |
Vitamine A | {{ apportVitA.valeur|round }} UI/j | {{ besoinVitA.valeur|round }} UI/j |
Vitamine D | {{ apportVitD.valeur|round }} UI/j | {{ besoinVitD.valeur|round }} UI/j |
Vitamine E | {{ apportVitE.valeur|round }} UI/j | {{ besoinVitE.valeur|round }} UI/j |