|
@@ -9,6 +9,7 @@
|
|
|
<th width="60">Type</th>
|
|
|
<th>Identification</th>
|
|
|
<th>Date d'activation</th>
|
|
|
+ <th>Commentaire</th>
|
|
|
<th>Configuration</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -18,7 +19,8 @@
|
|
|
<td>{{ subscription.offer.type }}</td>
|
|
|
<td>{{ subscription.offer.name }}</td>
|
|
|
<td>{{ subscription.subscription_date }}</td>
|
|
|
- <td><a href="{% url 'subscription:configuration-redirect' subscription.pk %}">Show/edit configuration</a></td>
|
|
|
+ <td>{{ subscription.configuration.comment }}</td>
|
|
|
+ <td><a class="cfglink" href="{% url 'subscription:configuration-redirect' subscription.pk %}">Configurer</a></td>
|
|
|
</tr>
|
|
|
{% endfor %}
|
|
|
</tbody>
|