showing discounts
This commit is contained in:
@@ -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 }}€</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</table>
|
||||
{% csrf_token %}
|
||||
|
||||
Reference in New Issue
Block a user