{% assign calcLengthError = errors | where: "fieldId", "calcLength" | first %}{{ calcLengthError.message }}
{% assign calcWidthError = errors | where: "fieldId", "calcWidth" | first %}{{ calcWidthError.message }}
{% assign calcFeetError = errors | where: "fieldId", "calcFeet" | first %}{{ calcFeetError.message }}
{% assign calcInchesError = errors | where: "fieldId", "calcInches" | first %}{{ calcInchesError.message }}
{% if totalPlantCount %}{{ totalPlantCount }}{% endif %}