14 lines
286 B
HTML
14 lines
286 B
HTML
{% load rowerfilters %}
|
|
{% load tz %}
|
|
<div class="grid_6 suffix_3 alpha">
|
|
<table width=100%>
|
|
<tr>
|
|
<th>Comments</th>
|
|
<td>
|
|
<a href="/rowers/workout/{{ workout.id }}/comment">Comment ({{ aantalcomments }})</a>
|
|
</td>
|
|
|
|
</tr>
|
|
</table>
|
|
</div>
|