I am trying to change the cell value in a table which is being sent via email based on the attribute value. If the number of dwellings is 1 or ore then the number of dwellings value should be in the table cell, but if the value is zero or null then the cell should display data is null in red font.
We currently have
<td>@Value(DWELLINGS)</td> and this works but not when the number is null or 0
Any ideas how to do this would be appreciated
,