errors fixed
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
<table class="plantable shortpadded" width="80%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Subscription</th><th>Next Billing Date</th><th>Price</th><th> </th>
|
||||
<th>Subscription</th><th>Paid Until</th><th>Price</th>
|
||||
<th>Subscription type</th><th> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -27,6 +28,13 @@
|
||||
<td>
|
||||
{{ subscription|lookup:"price" }} €
|
||||
</td>
|
||||
<td>
|
||||
{% if subscription|lookup:"never_expires" %}
|
||||
Recurring
|
||||
{% else %}
|
||||
Not recurring
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
<a href="/rowers/me/cancelsubscription/{{ subscription|lookup:'id' }}">Stop this plan</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user