diff sat_templates/templates/bulma/components/search_item.html @ 396:9847e6dbeefa

bulma (call): add group call related templates. rel: 430
author Goffi <goffi@goffi.org>
date Wed, 15 May 2024 17:39:47 +0200
parents 941e4006ab6e
children e7152fc8a81f
line wrap: on
line diff
--- a/sat_templates/templates/bulma/components/search_item.html	Sat May 11 13:55:03 2024 +0200
+++ b/sat_templates/templates/bulma/components/search_item.html	Wed May 15 17:39:47 2024 +0200
@@ -1,6 +1,10 @@
-{% import 'components/avatar.html' as avatar with context %}
 <div class="column is-2-desktop is-6-touch">
     <div class="card x-is-hoverable">
+        {% if multiple_selection %}
+            <div class="checkbox-container pl-1 pt-1">
+                <input type="checkbox" class="search-item__checkbox">
+            </div>
+        {% endif %}
         <a href="{{url}}">
             <div class="card-image is-flex has-items-centered px-1 py-1">
                 {{ avatar.avatar(item.entity, "is-64x64") }}