Model / reference{{ item.product_model or '-' }}
Electrical rating for label{{ item.label_rating or '-' }}
Supply voltage{{ item.supply_voltage if item.supply_voltage is not none else '-' }} V
Neutral to earth{{ item.neutral_to_earth if item.neutral_to_earth is not none else '-' }} V
Earth continuity{{ item.earth_continuity if item.earth_continuity is not none else '-' }} Ω
Insulation resistance{{ item.insulation_resistance if item.insulation_resistance is not none else '-' }} Ω
24V DC output{{ item.dc_output_24v if item.dc_output_24v is not none else '-' }} V
E-stop active: {{ 'Yes' if item.estop_active else 'No' }}
E-stop registered: {{ 'Yes' if item.estop_registered else 'No' }}
Guard interlock: {{ 'Yes' if item.guard_interlock else 'No' }}