| {{ 'geo_portal.attributes.probes.container' | translate }} | {{ 'geo_portal.attributes.probes.start_date' | translate }} | {{ 'geo_portal.attributes.probes.end_date' | translate }} |
|---|---|---|
| {{ item.container_inv_numb || '-' }} | {{ item.start ? (item.start | utcToDateTime) : '-' }} | {{ item.end ? (item.end | utcToDateTime) : '-' }} |