{% if quote_permission > 1 %} {% if customer_results %}
Customer Name | Customer email | {% if quote_permission > 3 %}{% endif %} |
{{ row.customer_title }} {{ row.customer_first_name }} {{ row.customer_last_name }} | {{ row.customer_email }} | {% if quote_permission > 3 %}Remove Customer | {% endif %}
Currently there are no responsible customers for this quote. Please add them
{% endif %}