{#- chirp-ui: Selection Bar Stateful bulk-action container shown when list/table rows are selected. If count <= 0, renders nothing. Usage: from "chirpui/selection_bar.html" import selection_bar call selection_bar(count=3) Export selected Clear end -#} {% def selection_bar(count=0, label="selected", live_region=false, aria_label="Bulk actions", cls="") %} {% if count > 0 %} {% end %} {% end %}