{% if quote_permission > 1 %} {% if customer_results %}
{% endif %} {% endif %} {% if responsible_customer_results %} {% if quote_permission > 3 %} {% endif %} {% for row in responsible_customer_results %} {% if quote_permission > 3 %} {% endif %} {% endfor %}
Customer Name Customer email
{{ row.customer_title }} {{ row.customer_first_name }} {{ row.customer_last_name }} {{ row.customer_email }}Remove Customer
{% else %}

Currently there are no responsible customers for this quote. Please add them

{% endif %}