From cb07e37ed72182af33a992d7e0b44f7c7ee4af04 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sun, 7 May 2023 22:16:38 +0100 Subject: Finished filtering client side --- templates/template.html.j2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'templates/template.html.j2') diff --git a/templates/template.html.j2 b/templates/template.html.j2 index 72cf520..b50f721 100644 --- a/templates/template.html.j2 +++ b/templates/template.html.j2 @@ -36,13 +36,13 @@ {% if filters is defined %}

Filters

-
+ {% for filter_name, filter_content in filters.items() %}
{{ filter_name }}
{% if len(filter_content["options"]) > 5 %} - +
{% endif %} {% for option in filter_content["options"] %} @@ -65,6 +65,7 @@
{% endif %} {% endfor %} +
{% endif %} -- cgit v1.2.3