{% csrf_token %} {% if new_customers_results and task_permissions > 1 %} {% if task_results.task_status == 'New' or task_results.task_status == 'Open' %}
{% endif %} {% endif %} {% if task_customers_results %} {% if task_permissions >= 3 %} {% endif %} {% for row in task_customers_results %} {% if task_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 %}
There are currently no customers associated to this task. {% endif %}