From 967ea5d495c193a7629719ae2a7dd66e2de8fd31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Mon, 5 Jan 2026 15:45:52 +0100 Subject: [PATCH] Hide accordion in consists if no load --- ram/portal/templates/consist.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ram/portal/templates/consist.html b/ram/portal/templates/consist.html index 09b2e85..1db64f3 100644 --- a/ram/portal/templates/consist.html +++ b/ram/portal/templates/consist.html @@ -34,6 +34,7 @@ {% endfor %} {% endblock %} + {% if loads %}

@@ -52,6 +53,7 @@

+ {% endif %} {% endblock %} {% block pagination %} {% if data.has_other_pages %}