From 4def4f8291c1c0356d9ac6bbf55360726ab043b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Cant=C3=B9?= Date: Tue, 2 Jul 2024 14:44:11 +0200 Subject: [PATCH] count available samples --- .../templates/genlab_bestilling/analysisorder_detail.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/genlab_bestilling/templates/genlab_bestilling/analysisorder_detail.html b/src/genlab_bestilling/templates/genlab_bestilling/analysisorder_detail.html index 86aaac4..35ce0d0 100644 --- a/src/genlab_bestilling/templates/genlab_bestilling/analysisorder_detail.html +++ b/src/genlab_bestilling/templates/genlab_bestilling/analysisorder_detail.html @@ -22,6 +22,9 @@

Order #{{ object.id }} - {{ object.name }}

Samples
+
+

Uploaded {{ object.samples.count }} samples

+
{% comment %} {% #table headers=table_header %} {% for oq in object.samples.all %}