{% include "generic/export_fields_modal.html" %}
{% if bulk_select_option and queryset|length %}
{% include "generic/quick_actions.html" %}
{% endif %}
{% if show_filter_tags %} {% include "generic/filter_tags.html" %} {% endif %}
{% if not groups.paginator.count %}
{% if not custom_empty_template %}
{% trans "No Records found" %}
{% trans "No records found." %}
{% else %}
{% include custom_empty_template %}
{% endif %}
{% endif %}
{% for group in groups %}