<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",1763.2223507751105],["2019-06-29T10:01:20.000Z",1566.7636490954294],["2019-06-29T13:44:40.600Z",1124.8314537593108],["2019-06-29T13:44:40.600Z",930.621324605581],["2020-03-01T16:04:17.000Z",1593.9623391067385],["2020-03-01T16:04:17.000Z",1483.608326399971],["2020-07-28T13:43:55.200Z",1594.361977642557],["2020-07-28T13:43:55.200Z",1522.9069212609684]]
    </script>
  </div>

  <table class="table">
    <thead>
      <tr>
        <th>Suit</th>
          <th>Place</th>
        <th class="text-right">Result</th>
        <th class="text-right">Recorded at</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">1763</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">1594</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">1594</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/32278">1567</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">1523</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">1484</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">1125</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">931</a>
          </td>
          <td class="text-right">29.06.2019</td>
        </tr>
    </tbody>
  </table>

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

</template></turbo-stream>