Private
Public Access
1
0
Files
rowsandall/rowers/templates/otwcr.html

21 lines
362 B
HTML

{{ 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>