{% extends LOWBONO_DASHBOARD_TEMPLATE_BASE|default:"lowbono/dashboard/base.html" %} {% load django_tables2 %} {% load static %} {% block title %}{{ page_title }}{% endblock %} {% block extra_head %} {# tom-select's CSS loads from the base. #} {% endblock %} {% block content %}

{{ page_title }} {{ table.paginator.count }}

Simple filters
{% if error %}
{{ error }}
{% endif %}
{% if ai_enabled %}
{% csrf_token %}

Describe what you want to find in ordinary words — AI will update sections below for you to review, then click Run query below

Your description is sent to a third-party AI service to build the query. Don't type client names, emails, or other identifying details.


{% endif %}

Build a query: conditions inside a section combine together; sections combine with each other.

{{ fields_json|json_script:"qb-fields" }} {{ rules_obj|json_script:"qb-rules" }}

{{ page_title }} {{ table.paginator.count }}

{% render_table table %}
{% endblock %} {% block extra_js %} {% comment %} Needs TomSelect already defined; the base's vendor block loads before this. {% endcomment %} {% endblock %}