|
|
|
@ -30,19 +30,6 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
|
<table class="table table-striped"> |
|
|
|
<thead> |
|
|
|
<tr> |
|
|
|
<td>{{ paiement.moyen }}</td> |
|
|
|
<td>{{ paiement.available_for_everyone }}</td> |
|
|
|
<td> |
|
|
|
{{paiement.get_payment_method_name}} |
|
|
|
</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 %}"> |
|
|
|
<i class="fa fa-edit"></i> |
|
|
|
</a> |
|
|
|
{% acl_end %} |
|
|
|
{% history_button paiement %} |
|
|
|
</td> |
|
|
|
<th>{% trans "Payment type" %}</th> |
|
|
|
<th>{% trans "Is available for everyone" %}</th> |
|
|
|
<th>{% trans "Custom payment method" %}</th> |
|
|
|
@ -62,9 +49,7 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
|
<i class="fa fa-edit"></i> |
|
|
|
</a> |
|
|
|
{% acl_end %} |
|
|
|
<a class="btn btn-info btn-sm" role="button" title="{% trans "Historique" %}" href="{% url 'cotisations:history' 'paiement' paiement.id %}"> |
|
|
|
<i class="fa fa-history"></i> |
|
|
|
</a> |
|
|
|
{% history_button paiement %} |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
|
|