{% csrf_token %} {% if new_customers_results and project_permissions > 1 %} {% if project_results.project_status == 'New' or project_results.project_status == 'Open' %}
{% endif %} {% endif %} {% if project_customers_results %} {% if project_permissions >= 3 %} {% endif %} {% for row in project_customers_results %} {% if project_permissions >= 3 %} {% endif %} {% endfor %}
Customer Name Customer Description Customer EmailRemove Customer
{{ row.customer_id.customer_first_name }} {{ row.customer_id.customer_last_name }} {{ row.customer_description }} {{ row.customer_id.customer_email }}Remove
{% else %} Sorry, there seems to be no customers associated with this project. {% endif %}