diff --git a/cotisations/templates/cotisations/aff_article.html b/cotisations/templates/cotisations/aff_article.html
index eb4ec0a7..ad044f55 100644
--- a/cotisations/templates/cotisations/aff_article.html
+++ b/cotisations/templates/cotisations/aff_article.html
@@ -33,6 +33,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% trans "Cotisation type" %} |
{% trans "Duration (month)" %} |
{% trans "Concerned users" %} |
+ {% trans "Available for everyone" %} |
|
@@ -42,7 +43,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{{ article.prix }} |
{{ article.type_cotisation }} |
{{ article.duration }} |
- {{ article.type_user }} |
+ {{ article.type_user }} |
+ {{ article.available_for_everyone }} |
{% can_edit article %}
|