{% if is_all_sites %}
Work Sites
{% endif %} {% if not is_all_sites %}Work Sites for "{{ customer.first_name }} {{ customer.last_name }}"
{% endif %}
{% if is_all_sites %}
{% endif %}
{% if not is_all_sites %}
New Work Site
{% endif %}
{{ message }}
{% endfor %}
{% endif %}
| # | Customer Name | Phone / Email | Street / Address | Action |
|---|---|---|---|---|
| {{ forloop.counter }} | {{ i.customer.first_name }} {{ i.customer.last_name }} |
{{ i.customer.phone_no }} {{ i.customer.email }} |
{{ i.street }} {{ i.address }} |