From cf966573de610fd74cbe309d439ee738eb930d01 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 15 Dec 2025 21:54:55 +0000 Subject: [PATCH] . --- .../templates/rota/rota_detail.html | 40 ++++++++++++++++--- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/djangorota/djangorota/templates/rota/rota_detail.html b/djangorota/djangorota/templates/rota/rota_detail.html index c63f1a7..beed00a 100644 --- a/djangorota/djangorota/templates/rota/rota_detail.html +++ b/djangorota/djangorota/templates/rota/rota_detail.html @@ -45,10 +45,16 @@

Configure typed rota constraint options. Click Edit to open the form showing typed fields and descriptions.


-

Configured constraint values

-
- {% if configured_constraints %} - +
+ Configured constraint values{% if configured_constraints %} ({{ configured_constraints|length }}){% endif %} +
+
+ + +
+
+ {% if configured_constraints %} +
{% for key, info in configured_constraints.items %} @@ -71,7 +77,31 @@ {% else %}

No typed constraint options have been configured for this rota.

{% endif %} - + + + +
KeyValue