{{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 %}Warranty Plan(s) & Price(s)
Initial Warranty Extension | Price |
{{ service.name }} |
${{ service.price }} |
Total Initial Service Cost | ${{ services.initialTotalPrice }} |
{% if services.recurringMonthlyTotalPrice > 0 %}
Recurring Termite Services | Price/Month |
{{ service.name }}
{% if service.description is defined %}{{ service.description }}{% endif%} |
${{ service.price }} |
Total Cost Each Month |
${{ services.recurringMonthlyTotalPrice }} |
Price/Service | |
{{ service.name }}
{% if service.description is defined %}{{ service.description }}{% endif%} |
${{ service.price }} |
Total Cost Per Service |
${{ services.recurringPerServiceTotalPrice }} |
Treatment Info
New Home Closing Date: {{ treatmentInfo.newHomeClosingDate }}
Builder's Guarantee Expiration Date: {{ treatmentInfo.builderGuaranteeExpirationDate }}
Length of Warranty Extension: {{ treatmentInfo.lengthOfWarrantyExtension }}
Bulwark's Guarantee Expiration Date: {{ treatmentInfo.bulwarksGuaranteeExpirationDate }}
Treatment Type: {{ treatmentInfo.treatmentType }}
Payment Type: {{ treatmentInfo.paymentType }}
{% for item in finePrint %}
{% if item.title != "" %}
{% include 'cc/tempest/service_agreement/includes/signature.html.twig' with { 'signature': signature, 'timestamps': timestamps, 'witness': witness } %}
{{ item.title }}
{% endif %}{{ item.content }}
{% endfor %}