Mercurial > libervia-templates
comparison sat_templates/templates/bulma/components/search_item.html @ 399:e7152fc8a81f
bulma (components/search_item): explicitely import "avatar".
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 06 Jun 2024 15:22:22 +0200 |
parents | 9847e6dbeefa |
children |
comparison
equal
deleted
inserted
replaced
398:6ae380307ddc | 399:e7152fc8a81f |
---|---|
1 {% import 'components/avatar.html' as avatar with context %} | |
2 | |
1 <div class="column is-2-desktop is-6-touch"> | 3 <div class="column is-2-desktop is-6-touch"> |
2 <div class="card x-is-hoverable"> | 4 <div class="card x-is-hoverable"> |
3 {% if multiple_selection %} | 5 {% if multiple_selection %} |
4 <div class="checkbox-container pl-1 pt-1"> | 6 <div class="checkbox-container pl-1 pt-1"> |
5 <input type="checkbox" class="search-item__checkbox"> | 7 <input type="checkbox" class="search-item__checkbox"> |