{% extends "./template.html" %} {% block content %} {% load static %}

Quote Template

{% csrf_token %} {{ quote_template_form.media }}
{{ quote_template_form.quote_template_description }}

CSS Data for quote

{{ quote_template_form.template_css }}

Header

{{ quote_template_form.header }}

Company Header

Your company letter head. {{ quote_template_form.company_letter_head }}

Payment Terms

{{ quote_template_form.payment_terms }}

Notes

{{ quote_template_form.notes }}

Organisation Details

Usually place in the organisation's details here whom you are sending the quote to. {{ quote_template_form.organisation_details }}

Payment Method

{{ quote_template_form.payment_method }}

Footer

{{ quote_template_form.footer }}
Page Layout {{ quote_template_form.page_layout }}
Margin Left {{ quote_template_form.margin_left }}
Margin Right {{ quote_template_form.margin_right }}
Margin Top {{ quote_template_form.margin_top }}
Margin Bottom {{ quote_template_form.margin_bottom }}
Margin Header {{ quote_template_form.margin_header }}
Margin Footer {{ quote_template_form.margin_footer }}
{% endblock %}