<turbo-stream action="update" target="modal-root"><template>
  
<div data-controller="dialog">
  <dialog class="dialog dialog-size-lg" data-dialog-target="dialog">
    <div class="dialog-header">
      <h2 class="dialog-title">Meilleurs résultats en compétition</h2>
      <button class="dialog-close" aria-label="Close" data-action="dialog#close">
        <span class="icon icon--xmark" aria-hidden="true"></span>
      </button>
    </div>

    <div class="dialog-body">
      
  <div data-controller="person-details-chart">
    <div data-person-details-chart-target="chart" style="height: 200px;"></div>
    <script type="application/json" data-person-details-chart-target="data">
      [["2017-07-16T13:13:27.400Z",87.16778686607215],["2017-07-17T10:05:36.600Z",397.1801768625312],["2017-07-19T08:14:53.000Z",136.04482902704683],["2017-07-19T12:01:36.600Z",824.0671609858287],["2017-07-19T18:39:43.600Z",166.76608261035474],["2017-07-20T08:31:35.000Z",215.85457475768874]]
    </script>
  </div>

  <table class="table">
    <thead>
      <tr>
        <th>Combinaison</th>
          <th>Lieu</th>
        <th class="text-right">Result</th>
        <th class="text-right">Enregistré à</th>
      </tr>
    </thead>
    <tbody>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;Aura 2</span></td>
            <td><span>Monte Casale</span> (<span class="text-warning" data-controller="tooltip">ITA<span class="for-screen-reader">Italy</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/12351">824</a>
          </td>
          <td class="text-right">19.07.2017</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;Aura 2</span></td>
            <td>Melkstuhl</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/12353">397</a>
          </td>
          <td class="text-right">17.07.2017</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;Aura 2</span></td>
            <td>Paganella </td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/12349">216</a>
          </td>
          <td class="text-right">20.07.2017</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;Aura 2</span></td>
            <td><span>Monte Altissimo</span> (<span class="text-warning" data-controller="tooltip">ITA<span class="for-screen-reader">Italy</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/12350">167</a>
          </td>
          <td class="text-right">19.07.2017</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;Aura 2</span></td>
            <td>Paganella</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/12352">136</a>
          </td>
          <td class="text-right">19.07.2017</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;Aura 2</span></td>
            <td><span>Low Ultimate</span> (<span class="text-warning" data-controller="tooltip">SUI<span class="for-screen-reader">Switzerland</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/12354">87</a>
          </td>
          <td class="text-right">16.07.2017</td>
        </tr>
    </tbody>
  </table>

    </div>
  </dialog>
</div>

</template></turbo-stream>