From d2030466669725aa3c64536fa6eb3d6b3a7181c2 Mon Sep 17 00:00:00 2001 From: mipel Date: Mon, 2 Aug 2021 14:56:08 +0200 Subject: [PATCH] Intervention detail view * adds overview of shared with users --- intervention/templates/intervention/detail/view.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/intervention/templates/intervention/detail/view.html b/intervention/templates/intervention/detail/view.html index 1a20a62..49a98ba 100644 --- a/intervention/templates/intervention/detail/view.html +++ b/intervention/templates/intervention/detail/view.html @@ -134,6 +134,14 @@ {% endwith %} + + {% trans 'Shared with' %} + + {% for user in intervention.users.all %} + {% include 'user/includes/contact_modal_button.html' %} + {% endfor %} + +