<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">
      [["2022-03-27T01:49:45.400Z",50.86799999999994],["2022-03-31T22:25:22.000Z",0.5019999999999527],["2022-04-01T03:28:30.400Z",27.121999999999844],["2022-04-01T04:52:35.200Z",0.5709999999999127],["2022-04-01T22:37:11.200Z",33.115999999999985],["2022-04-02T00:52:31.800Z",31.013999999999896]]
    </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>DZ Skydive Ramblers</span> (<span class="text-warning" data-controller="tooltip">AUS<span class="for-screen-reader">Australia</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/75525">50.9</a>
          </td>
          <td class="text-right">27.03.2022</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>DZ Skydive Ramblers</span> (<span class="text-warning" data-controller="tooltip">AUS<span class="for-screen-reader">Australia</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/75964">33.1</a>
          </td>
          <td class="text-right">01.04.2022</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>DZ Skydive Ramblers</span> (<span class="text-warning" data-controller="tooltip">AUS<span class="for-screen-reader">Australia</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/75977">31.0</a>
          </td>
          <td class="text-right">02.04.2022</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>DZ Skydive Ramblers</span> (<span class="text-warning" data-controller="tooltip">AUS<span class="for-screen-reader">Australia</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/75877">27.1</a>
          </td>
          <td class="text-right">01.04.2022</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>DZ Skydive Ramblers</span> (<span class="text-warning" data-controller="tooltip">AUS<span class="for-screen-reader">Australia</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/75904">0.6</a>
          </td>
          <td class="text-right">01.04.2022</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>DZ Skydive Ramblers</span> (<span class="text-warning" data-controller="tooltip">AUS<span class="for-screen-reader">Australia</span></span>)</td>
          <td class="text-right">
            <a class="dotted-underline" href="/tracks/75866">0.5</a>
          </td>
          <td class="text-right">31.03.2022</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>