FarmMapsLib/projects/common-map/src/lib/components/item-list-item-watbal/item-list-item-watbal.compo...

14 lines
775 B
HTML

<div class="widget">
<div class="d-flex flex-column justify-content-center w-100 h-100">
<div class="head h-20 p-1" i18n>WatBal (<span class="unit">kg/ha</span>)</div>
<div class="body d-flex flex-column h-100 w-100">
<small i18n>Date:{{TPVOCMET?.Datum | date : 'shortDate'}}</small>
<small i18n>Bedrijf/Perceel:{{TPVOCMET?.BedrijfID}}/{{TPVOCMET?.PerceelID}}</small>
<small i18n>GewichtZonder:{{TPVOCMET?.GewichtZonder | number:'0.1-2'}}</small>
<small i18n>GewichtGroDro:{{TPVOCMET?.GewichtGroDro | number:'0.1-2'}}</small>
<small i18n>GewichtGroNat:{{TPVOCMET?.GewichtGroNat | number:'0.1-2'}}</small>
</div>
<widget-status [stage]="stage" [info]="'WatBal is expected in spring 2020.'" i18n></widget-status>
</div>
</div>