16 lines
293 B
HTML
16 lines
293 B
HTML
{% load rowerfilters %}
|
|
{% load tz %}
|
|
<ul class="main-content">
|
|
<li>
|
|
<table width=100%>
|
|
<tr>
|
|
<th>Comments</th>
|
|
<td>
|
|
<a href="/rowers/workout/{{ workout.id|encode }}/comment">Comment ({{ aantalcomments }})</a>
|
|
</td>
|
|
|
|
</tr>
|
|
</table>
|
|
</li>
|
|
</ul>
|