{% extends "main.html" %} {% load static %} {% block content %}

Edit Prospecting List

{% csrf_token %}
{% for item in list_items %} {% empty %} {% endfor %}
Contact Attention
{{ item.addressbook.first_name }} {{ item.addressbook.last_name }}
No contacts yet.

{% endblock content %}