{% extends 'leads/base.html' %} {% load custom_filters %} {% block title %}IDS Data{% endblock %} {% block content %}

IDS Data

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
Import CSV Delete All
Reset Filters Duplicate Business Name Duplicate Location UUID Duplicate Phone Single Loc Businesses Multi Loc Businesses Multi Locs With Unmatched Biz Names
{% csrf_token %}
{% for column in selected_columns %} {% endfor %} {% for data in page_obj %} {% for column in selected_columns %} {% endfor %} {% empty %} {% endfor %}
Business Name{{ column.verbose_name }}Actions
{{ data.business_name }}{{ data|get_item:column.name }} View {% csrf_token %}
No IDS data available. Use the Import button to add data.
{% endblock %}