{% csrf_token %} {% if new_customers_results and task_permissions > 1 %} {% if task_results.task_status == 'New' or task_results.task_status == 'Open' %}
Customer Name | Customer Description | Customer Email | {% if task_permissions >= 3 %}Remove Customer | {% endif %}
{{ row.customer_id.customer_first_name }} {{ row.customer_id.customer_last_name }} | {{ row.customer_description }} | {{ row.customer_id.customer_email }} | {% if task_permissions >= 3 %}Remove | {% endif %}