Caktus Consulting Group, LLC
P.O. Box 1454
Carrboro, NC 27510
Tel: (919) 951-0052
{{ client.name }}
{% if client.address %} {{ client.address.street }}
{{ client.address.city }}, {{ client.address.state }} {{ client.address.zip }}
{% endif %}
ATTN: {% for contact in client.contacts.all %}{{ contact.get_full_name }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% block meta %}{% endblock %}

{% block content %}{% endblock %}