Private
Public Access
1
0

adding critical stroke rate chart

This commit is contained in:
2025-02-04 20:00:44 +01:00
parent 8f7060ead8
commit 03f68aa72e
9 changed files with 364 additions and 76 deletions

View File

@@ -0,0 +1,20 @@
{{ the_div|safe }}
<p>
<table width="100%" class="listtable">
<thead>
<tr>
<th> Duration</th>
<th> Stroke Estimate 1</th>
<th> Stroke Estimate 2</th>
<tr>
</thead>
<tbody>
<tr>
<td>{{ duration }}</td>
<td>{{ power }}</td>
<td>{{ upper }}</td>
</tr>
</tbody>
</table>
</p>