<div class="topcoat-navigation-bar">
  <div class="topcoat-navigation-bar__item center full">
    <h1 class="topcoat-navigation-bar__title">Atelier</h1>
    <span class="timer"/>00:00:00</span>
    <button class="topcoat-icon-button edit idle haptic time-machine reset"></button>
  </div>
</div>

<div class="topcoat-list general">
  <h2 class="topcoat-list__header">Général<span></span></h2>
  <ul class="topcoat-list__container general-list">
    <li class="topcoat-list__item serial-number expected">
      N° de série annoncé
      {{> serial_number_partial serialNumber=this.serialNumber disabled=true }}
    </li>

    <li class="topcoat-list__item serial-number actual" data-action="clickable">
      N° de série scanné
      {{> serial_number_partial serialNumber=this.serialNumber disabled=false }}
    </li>

    <li class="topcoat-list__item check check-pressure">Pression de la machine
      <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">Testé</span>
          <span class="topcoat-label off">Non testé</span>
        </label>
     </span>
    </li>
  </ul>
</div>

<div class="topcoat-list actions">
  <h2 class="topcoat-list__header">Actions<span><button class="topcoat-button haptic remove-all edit">Supprimer liste</button><button class="topcoat-button--cta haptic add edit">Ajouter</button></span></h2>
  <ul class="topcoat-list__container actions-list">
  </ul>
</div>

<div class="topcoat-list repair-codes">
  <h2 class="topcoat-list__header">Codes de réparation<span><button class="topcoat-button haptic remove-all edit">Supprimer liste</button><button class="topcoat-button--cta haptic add edit">Ajouter</button></span></h2>
  <ul class="topcoat-list__container repair-codes-list">
  </ul>
</div>

<div class="topcoat-list spare-parts">
<h2 class="topcoat-list__header">Pièces détachées<span><button class="topcoat-button haptic remove-all edit">Supprimer tous</button><button class="topcoat-button--cta haptic add edit">Ajouter</button></span></h2></h2>
  <ul class="topcoat-list__container spare-parts-list">
  </ul>
</div>
