<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">Best results in competition</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">
      [["2019-06-29T10:01:20.000Z",173.89725292803104],["2019-06-29T10:01:20.000Z",154.52157491391907],["2019-06-29T13:44:40.600Z",93.61219078569579],["2019-06-29T13:44:40.600Z",77.4493820359115],["2020-03-01T16:04:17.000Z",119.49967789099918],["2020-03-01T16:04:17.000Z",104.75129873600389],["2020-07-28T13:43:55.200Z",160.29615324998971],["2020-07-28T13:43:55.200Z",153.1121066979227]]
    </script>
  </div>

  <table class="table">
    <thead>
      <tr>
        <th>Traje aéreo</th>
          <th>Localización</th>
        <th class="text-right">Result</th>
        <th class="text-right">Fecha de grabación</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;CR+</span></td>
            <td><span>Skydive Finland / Utti</span> (<span class="text-warning" data-controller="tooltip">FIN<span class="for-screen-reader">Finland</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/32278">173.9</a>
          </td>
          <td class="text-right">29.06.2019</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;Swift</span></td>
            <td><span>Skydive Finland / Utti</span> (<span class="text-warning" data-controller="tooltip">FIN<span class="for-screen-reader">Finland</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/47993">160.3</a>
          </td>
          <td class="text-right">28.07.2020</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;CR+</span></td>
            <td><span>Skydive Finland / Utti</span> (<span class="text-warning" data-controller="tooltip">FIN<span class="for-screen-reader">Finland</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/32278">154.5</a>
          </td>
          <td class="text-right">29.06.2019</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;Swift</span></td>
            <td><span>Skydive Finland / Utti</span> (<span class="text-warning" data-controller="tooltip">FIN<span class="for-screen-reader">Finland</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/47993">153.1</a>
          </td>
          <td class="text-right">28.07.2020</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">TS<span class="for-screen-reader">Tony Suit</span></span>&nbsp;Rebel 2</span></td>
            <td><span>Skydive Seven</span> (<span class="text-warning" data-controller="tooltip">POR<span class="for-screen-reader">Portugal</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/43585">119.5</a>
          </td>
          <td class="text-right">01.03.2020</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">TS<span class="for-screen-reader">Tony Suit</span></span>&nbsp;Rebel 2</span></td>
            <td><span>Skydive Seven</span> (<span class="text-warning" data-controller="tooltip">POR<span class="for-screen-reader">Portugal</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/43585">104.8</a>
          </td>
          <td class="text-right">01.03.2020</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;CR+</span></td>
            <td><span>Skydive Finland / Utti</span> (<span class="text-warning" data-controller="tooltip">FIN<span class="for-screen-reader">Finland</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/32303">93.6</a>
          </td>
          <td class="text-right">29.06.2019</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;CR+</span></td>
            <td><span>Skydive Finland / Utti</span> (<span class="text-warning" data-controller="tooltip">FIN<span class="for-screen-reader">Finland</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/32303">77.4</a>
          </td>
          <td class="text-right">29.06.2019</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>