diff --git a/cotisations/templates/cotisations/aff_article.html b/cotisations/templates/cotisations/aff_article.html index bf2aa104..7dee0773 100644 --- a/cotisations/templates/cotisations/aff_article.html +++ b/cotisations/templates/cotisations/aff_article.html @@ -30,20 +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" %} | @@ -55,22 +41,20 @@ 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|tick }} | -- {% can_edit article %} - - - - {% acl_end %} - - - - | +{{ article.name }} | +{{ article.prix }} | +{{ article.type_cotisation }} | +{{ article.duration }} | +{{ article.type_user }} | +{{ article.available_for_everyone|tick }} | ++ {% can_edit article %} + + + + {% acl_end %} + {% history_button article %} + |