Length: {{item.ship_length_m ? item.ship_length_m + 'm' : 'N/A'}}
Beam: {{item.ship_width_m ? item.ship_width_m + 'm' : 'N/A'}}
Draft: {{item.draft_m ? item.draft_m + 'm' : 'N/A'}}
Gross Tonnage: {{item.gross_tonnage ? item.gross_tonnage + 't' : 'N/A'}}
Deadweight: {{item.deadweight_tonnage ? item.deadweight_tonnage + 't' : 'N/A'}}
Port of Registry: {{item.registry_port ? item.registry_port : 'N/A'}}