diff --git a/cotisations/templates/cotisations/aff_article.html b/cotisations/templates/cotisations/aff_article.html index bf2aa104..2afe726d 100644 --- a/cotisations/templates/cotisations/aff_article.html +++ b/cotisations/templates/cotisations/aff_article.html @@ -30,26 +30,12 @@ with this program; if not, write to the Free Software Foundation, Inc., - - - - - - - - + @@ -60,16 +46,14 @@ with this program; if not, write to the Free Software Foundation, Inc., - + {% endfor %} diff --git a/cotisations/templates/cotisations/aff_paiement.html b/cotisations/templates/cotisations/aff_paiement.html index f85be9bb..46523928 100644 --- a/cotisations/templates/cotisations/aff_paiement.html +++ b/cotisations/templates/cotisations/aff_paiement.html @@ -30,19 +30,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{{ article.name }}{{ article.prix }}{{ article.type_cotisation }}{{ article.duration }}{{ article.type_user }}{{ article.available_for_everyone }} - {% can_edit article %} - - - - {% acl_end %} - {% history_button article %} - {% trans "Article" %} {% trans "Price" %} {% trans "Cotisation type" %} {% trans "Duration (month)" %} {% trans "Concerned users" %}{% trans "Available for everyone" %}{% trans "Available for everyone" | tick %}
{{ article.type_cotisation }} {{ article.duration }} {{ article.type_user }}{{ article.available_for_everyone|tick }}{{ article.available_for_everyone }} {% can_edit article %} {% acl_end %} - - - + {% history_button article %}
- - - - @@ -62,9 +49,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% acl_end %} - - - + {% history_button paiement %} {% endfor %} diff --git a/machines/templates/machines/aff_extension.html b/machines/templates/machines/aff_extension.html index 94550604..ba444eca 100644 --- a/machines/templates/machines/aff_extension.html +++ b/machines/templates/machines/aff_extension.html @@ -54,7 +54,6 @@ with this program; if not, write to the Free Software Foundation, Inc., {% include 'buttons/edit.html' with href='machines:edit-extension' id=extension.id %} {% acl_end %} {% history_button extension %} - {% include 'buttons/history.html' with href='machines:history' name='extension' id=extension.id %} {% endfor %} diff --git a/machines/templates/machines/aff_iptype.html b/machines/templates/machines/aff_iptype.html index d0bff234..fa2a2767 100644 --- a/machines/templates/machines/aff_iptype.html +++ b/machines/templates/machines/aff_iptype.html @@ -55,7 +55,6 @@ with this program; if not, write to the Free Software Foundation, Inc., {% include 'buttons/edit.html' with href='machines:edit-iptype' id=type.id %} {% acl_end %} {% history_button type %} - {% include 'buttons/history.html' with href='machines:history' name='iptype' id=type.id %} {% endfor %} diff --git a/machines/templates/machines/aff_nas.html b/machines/templates/machines/aff_nas.html index 86e75c7d..78dc2d97 100644 --- a/machines/templates/machines/aff_nas.html +++ b/machines/templates/machines/aff_nas.html @@ -49,7 +49,6 @@ with this program; if not, write to the Free Software Foundation, Inc., {% include 'buttons/edit.html' with href='machines:edit-nas' id=nas.id %} {% acl_end %} {% history_button nas %} - {% include 'buttons/history.html' with href='machines:history' name='nas' id=nas.id %} {% endfor %} diff --git a/machines/templates/machines/aff_service.html b/machines/templates/machines/aff_service.html index 95705858..6ca6278b 100644 --- a/machines/templates/machines/aff_service.html +++ b/machines/templates/machines/aff_service.html @@ -47,7 +47,6 @@ with this program; if not, write to the Free Software Foundation, Inc., {% include 'buttons/edit.html' with href='machines:edit-service' id=service.id %} {% acl_end %} {% history_button service %} - {% include 'buttons/history.html' with href='machines:history' name='service' id=service.id %} {% endfor %}
{{ paiement.moyen }}{{ paiement.available_for_everyone }} - {{paiement.get_payment_method_name}} - - {% can_edit paiement %} - - - - {% acl_end %} - {% history_button paiement %} - {% trans "Payment type" %} {% trans "Is available for everyone" %} {% trans "Custom payment method" %}