{% extends 'tom_common/base.html' %} {% load bootstrap4 %} {% block title %}Target Groups{% endblock %} {% load crispy_forms_tags %} {% block content %}

Target Groupings

Create New Grouping

{% comment %} {% bootstrap_pagination page_obj extra=request.GET.urlencode %}
{% if sharing %} {% endif %} {% for group in object_list %} {% if sharing %} {% endif %} {% empty %} {% endfor %}
Group Total TargetsShareDelete
{{ group.targets.count }} Share Delete
No groups yet
{% bootstrap_pagination page_obj extra=request.GET.urlencode %} {%endcomment%}

{{ record_count }} Target Group{{ record_count|pluralize }}


{# Filter form -- id must match hx-include in the Table's Meta.attrs #}
{% crispy filter.form %}
{# Progress indicator (CSS provided by TOM Toolkit base template) #}
{# Table container -- this is the HTMX swap target #}
{% include table.get_partial_template_name %}
{% endblock %}