{% if org.logo %} {% else %}
{{ org.name }}
{% endif %}

Estimate

#{{ estimate.estimate_number }}

From

{{ org.name }}

{% if org.address_line %}

{{ org.address_line }}

{% endif %} {% if org.city or org.state or org.postcode %}

{% if org.city %}{{ org.city }}{% endif %}{% if org.state %}, {{ org.state }}{% endif %} {% if org.postcode %}{{ org.postcode }}{% endif %}

{% endif %} {% if org.country %}

{{ org.country }}

{% endif %}

Prepared For

{{ estimate.client_name }}

{% if estimate.client_email %}

{{ estimate.client_email }}

{% endif %} {% if estimate.client_phone %}

{{ estimate.client_phone }}

{% endif %} {% if estimate.client_address_line %}

{{ estimate.client_address_line }}

{% endif %} {% if estimate.client_city or estimate.client_state or estimate.client_postcode %}

{% if estimate.client_city %}{{ estimate.client_city }}{% endif %}{% if estimate.client_state %}, {{ estimate.client_state }}{% endif %} {% if estimate.client_postcode %}{{ estimate.client_postcode }}{% endif %}

{% endif %} {% if estimate.client_country %}

{{ estimate.client_country }}

{% endif %}
Estimate Date: {{ estimate.issue_date|date:"F d, Y" }}
{% if estimate.expiry_date %}
Valid Until: {{ estimate.expiry_date|date:"F d, Y" }} {% if is_expired %} (Expired){% endif %}
{% endif %} {% if estimate.title %}
Reference: {{ estimate.title }}
{% endif %}
Status: {{ estimate.status }}
{% for item in line_items %} {% empty %} {% endfor %}
Description Quantity Unit Price Tax Amount
{{ item.name }} {% if item.description %}
{{ item.description }} {% endif %}
{{ item.quantity }} {{ item.unit_price }} {% if item.tax_rate %}{{ item.tax_rate }}%{% else %}-{% endif %} {{ item.total }}
No line items
Subtotal {{ subtotal }}
{% if estimate.discount_amount and estimate.discount_amount > 0 %}
Discount {% if estimate.discount_type == 'PERCENTAGE' %}({{ estimate.discount_value }}%){% endif %} -{{ discount_amount }}
{% endif %} {% if estimate.tax_amount and estimate.tax_amount > 0 %}
Tax {% if estimate.tax_rate %}({{ estimate.tax_rate }}%){% endif %} {{ tax_amount }}
{% endif %}
Total {{ total_amount }}
{% if estimate.notes %}

Notes

{{ estimate.notes|linebreaks }}

{% endif %} {% if estimate.terms %}

Terms & Conditions

{{ estimate.terms|linebreaks }}

{% endif %}

Acceptance

This estimate is valid {% if estimate.expiry_date %}until {{ estimate.expiry_date|date:"F d, Y" }}{% else %}for 30 days from the date above{% endif %}. To accept this estimate, please contact us or sign below.

Signature

Date