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

IDS Data

Import CSV {% for data in ids_data %} {% empty %} {% endfor %}
Business Name Category Municipality State Actions
{{ data.business_name }} {{ data.gbp_business_category }} {{ data.gbp_location_municipality }} {{ data.gbp_location_state }} View Delete
No IDS data available. Use the Import button to add data.
{% endblock %}