diff --git a/templates/tables/organisations.html.twig b/templates/tables/organisations.html.twig index a184852..70413f0 100644 --- a/templates/tables/organisations.html.twig +++ b/templates/tables/organisations.html.twig @@ -18,7 +18,9 @@ {{translate("ORGANISATION.MEMBER_COUNT")}} {{translate("ORGANISATION.ADMIN_COUNT")}} {% endif %} + {% if hasRole('site-admin') or hasRole('organisations-admin') %} {{translate("ACTIONS")}} + {% endif %} @@ -96,11 +98,21 @@