<ul class="topcoat-list__container general-list">
  {{> partial_report_serial_number serialnumber=component.in component=component target="in" strict=sn_strict}}
  <li class="topcoat-list__item check check-pressure">Maschinendruck
    <span>
      <label class="topcoat-checkbox haptic">
        <input data-id="1" data-seq="0" data-check="pressure_check" type="checkbox" {{#if this.checks.pressure_check}}checked{{/if}}>
        <div class="topcoat-checkbox__checkmark"></div>
        <span class="topcoat-label on">Geprüft</span>
        <span class="topcoat-label off">Nicht geprüft</span>
      </label>
   </span>
  </li>
  <li class="topcoat-list__item check check-pressure">Elektrische Erdung
    <span>
      <label class="topcoat-checkbox haptic">
        <input data-id="2" data-seq="0" data-check="electrical_grounding" type="checkbox" {{#if this.checks.electrical_grounding}}checked{{/if}}>
        <div class="topcoat-checkbox__checkmark"></div>
        <span class="topcoat-label on">Geprüft</span>
        <span class="topcoat-label off">Nicht geprüft</span>
      </label>
   </span>
  </li>
</ul>

