{% include 'cc/tempest/service_agreement/includes/styles.css.html.twig' %}

{{title}}

{% include 'cc/tempest/service_agreement/includes/office_info.html.twig' with officeInfo %} {% include 'cc/tempest/service_agreement/includes/customer_info.html.twig' with customerInfo %}

Services

{% for service in services.initial %} {% endfor %}
Initial Service(s) Price
{{ service.name }}
${{ service.price }}
Total Initial Service Cost
${{ services.initialTotalPrice }}

{% if services.recurringMonthlyTotalPrice > 0 %} {% for service in services.recurring.monthly %} {% endfor %}
Recurring Service(s) Price/Month
{{ service.name }}
${{ service.price }}
Total Cost Each Month
${{ services.recurringMonthlyTotalPrice }}
{% endif %} {% if services.recurringPerServiceTotalPrice > 0 %} {% for service in services.recurring.perService %} {% endfor %}
Price/Service
{{ service.name }}
${{ service.price }}
Total Cost Per Service
${{ services.recurringPerServiceTotalPrice }}
{% endif %}

Treatment Info

Initial Service: {{ treatmentInfo.initialServiceDate }}, {{ treatmentInfo.initialServiceTime }}
Length of Agreement: {{ treatmentInfo.lengthOfAgreement }}
Treatment Type (Primary Service): {{ treatmentInfo.treatmentType }}
Payment Type: {{ treatmentInfo.paymentType }}

Money Back Guarantee

Bulwark wants you to be 100% satisfied. There are no treatment techniques more advanced than our methods. If you are not happy with our service, please call us and we will gladly re-service your home free of charge. If we are unable to resolve the problem, we'll refund your last charge.


{% for item in finePrint %} {% if item.title != "" %}

{{ item.title }}

{% endif %}

{{ item.content }}

{% endfor %}
{% include 'cc/tempest/service_agreement/includes/signature.html.twig' with { 'signature': signature, 'timestamps': timestamps, 'witness': witness } %}