<div class="content spare-part-extra"
  data-modal="remove-all-confirm">
    <h2 class="topcoat-list__header">{{ title }}</h2>
    <li class="topcoat-list__item spare-part-extra-side">
      <span>Type</span>
      <span class="topcoat-values-group">
        {{#each sides}}
        <label class="topcoat-radio-button haptic">
          {{ description }}&nbsp;
          <input type="radio" name="side" value="{{ id }}">
          <div class="topcoat-radio-button__checkmark"></div>
        </label>
        {{/each}}
    </li>
    <li class="topcoat-list__item spare-part-extra-side">
      <span>Catégorie</span>
      <span class="topcoat-values-group">
        {{#each categories}}
        <label class="topcoat-radio-button haptic">
          {{ description }}&nbsp;
          <input type="radio" name="category" value="{{ id }}">
          <div class="topcoat-radio-button__checkmark"></div>
        </label>
        {{/each}}
    </li>
  </ul>
</div>
