diff --git a/templates/tables/columns/organisations-actions.html.twig b/templates/tables/columns/organisations-actions.html.twig
index b987ce2..d4e2edf 100644
--- a/templates/tables/columns/organisations-actions.html.twig
+++ b/templates/tables/columns/organisations-actions.html.twig
@@ -14,109 +14,113 @@
diff --git a/templates/tables/users.html.twig b/templates/tables/users.html.twig
index 5314164..0663876 100644
--- a/templates/tables/users.html.twig
+++ b/templates/tables/users.html.twig
@@ -23,6 +23,7 @@
{% block table_cell_templates %}
{{ parent() }}
+
{% block table_users_column_organisations %}
{% include 'tables/columns/users-organisations.html.twig' %}
{% endblock %}