{% extends "main.html" %} {%load static%} {% block title %}My Projects{% endblock %} {% block content %}

Prospecting Lists

{% for list in lists %} {% endfor %}
Name Description Date Added Items Actions

{{ list.name }}

{{list.description}}

{{list.date_added}}

{{ list.prospectinglistitem_set.all|length }}

{% endblock content %}