Private
Public Access
1
0

working predictions and fit type

This commit is contained in:
Sander Roosendaal
2020-10-14 21:24:37 +02:00
parent c067a33372
commit 849d9cdaf3
5 changed files with 126 additions and 14 deletions

View File

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