Private
Public Access
1
0

showing discounts

This commit is contained in:
Sander Roosendaal
2021-11-11 11:09:27 +01:00
parent 72c1817c15
commit 6742f81fe3
5 changed files with 44 additions and 1 deletions

View File

@@ -52,6 +52,12 @@
{% endif %}
</th><td>{{ rower.planexpires }}</td>
</tr>
{% if rower.eurocredits %}
<tr>
<th>Discount voucher for training plans</th>
<td>{{ rower.eurocredits }}&euro;</td>
</tr>
{% endif %}
{% endif %}
</table>
{% csrf_token %}