|
|
|
@ -28,13 +28,15 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
|
<table class="table table-striped"> |
|
|
|
<thead> |
|
|
|
<tr> |
|
|
|
<th>{% trans "Payment method" %}</th> |
|
|
|
<th>{% trans "Payment type" %}</th> |
|
|
|
<th>{% trans "Is available for everyone" %}</th> |
|
|
|
<th></th> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|
{% for paiement in paiement_list %} |
|
|
|
<tr> |
|
|
|
<td>{{ paiement.moyen }}</td> |
|
|
|
<td>{{ paiement.available_for_everyone }}</td> |
|
|
|
<td class="text-right"> |
|
|
|
{% can_edit paiement %} |
|
|
|
<a class="btn btn-primary btn-sm" role="button" title="{% trans "Edit" %}" href="{% url 'cotisations:edit-paiement' paiement.id %}"> |
|
|
|
|