<ul class="topcoat-list__container general-list">
  <li class="topcoat-list__item failure">Diagnose
    <span>
      <span class="value">{{#if component.failure}}{{> tab_item_basic component.failure}}{{/if}}</span>
      <span class="default-value"><span class="topcoat-notification failure-item">Wählen</span></span>
      <button class="topcoat-icon-button haptic edit">
        <div class="icomatic">pencil</div>
      </button>
    </span>
  </li>

  <li class="topcoat-list__item relation">Modulhandlung 
    <span>
      <span class="value">{{#if component.relation}}{{> tab_item_basic component.relation}}{{/if}}</span>
      <span class="default-value"><span class="topcoat-notification relation-item">Wählen</span></span>
      <button class="topcoat-icon-button haptic edit">
        <div class="icomatic">pencil</div>
      </button>
    </span>
  </li>

  {{> partial_report_serial_number serialnumber=component.in component=component target="in" description="Originale Seriennummer" strict=sn_strict }}
  {{> partial_report_serial_number serialnumber=component.out component=component target="out" description="Neue Seriennummer" strict=sn_strict }}

  <li class="topcoat-list__item check check-pressure">Moduldruck
    <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>

