<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">
      [["2024-01-20T09:36:44.800Z",1117.9662810784937],["2024-02-17T16:28:26.800Z",686.8022951317785],["2024-02-18T09:58:55.800Z",1269.1835245453406],["2024-02-18T14:43:33.800Z",1181.0034096444028],["2024-07-26T12:55:09.600Z",2623.7977385638287],["2025-07-31T17:04:44.800Z",2297.550961571691],["2025-07-31T17:04:44.800Z",2187.968417578166]]
    </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;Low Ki</span></td>
            <td><span>DZ Grenoble</span> (<span class="text-warning" data-controller="tooltip">FRA<span class="for-screen-reader">France</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/124209">2624</a>
          </td>
          <td class="text-right">26.07.2024</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;Low Ki</span></td>
            <td><span>DZ Grenoble</span> (<span class="text-warning" data-controller="tooltip">FRA<span class="for-screen-reader">France</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/146227">2298</a>
          </td>
          <td class="text-right">31.07.2025</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">SQ<span class="for-screen-reader">Squirrel Suits</span></span>&nbsp;Low Ki</span></td>
            <td><span>DZ Grenoble</span> (<span class="text-warning" data-controller="tooltip">FRA<span class="for-screen-reader">France</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/146227">2188</a>
          </td>
          <td class="text-right">31.07.2025</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Magister</span></td>
            <td>Skydive Pamiers</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/115476">1269</a>
          </td>
          <td class="text-right">18.02.2024</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Magister</span></td>
            <td>Skydive Pamiers</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/115484">1181</a>
          </td>
          <td class="text-right">18.02.2024</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Magister</span></td>
            <td>Skydive Pamiers</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/115007">1118</a>
          </td>
          <td class="text-right">20.01.2024</td>
        </tr>
        <tr>
          <td><span><span class="text-warning" data-controller="tooltip">PF<span class="for-screen-reader">Phoenix Fly</span></span>&nbsp;Magister</span></td>
            <td>Skydive Pamiers</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/115475">687</a>
          </td>
          <td class="text-right">17.02.2024</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>